[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Bug#1000200: reportbug-gtk: cannot close reportbug (on fluxbox)



control: reassign -1 python3.9
control: affects -1 reportbug-gtk


> Michael Hatzold hat am 19.11.2021 geschrieben:
>> When using reportbug-gtk I now cannot close it (the window) anymore, not even
>> after sending the email.  I can minimize it, but not close. I have to open a VT
>> and pkill or ctrl-C it (when opened in a VT)
>>
>> It used to work, and klicking the "x" in the title bar should close it.

Tracked this down to the commit below in python 3.9. Reverting it fixes
the problem.


94d19f606fa18a1c4d2faca1caf2f470a8ce6d46 is the first bad commit
commit 94d19f606fa18a1c4d2faca1caf2f470a8ce6d46
Author: Victor Stinner <vstinner@python.org>
Date:   Mon Sep 27 23:40:22 2021 +0200

    bpo-1596321: Fix threading._shutdown() for the main thread
(GH-28549) (GH-28589)

    Fix the threading._shutdown() function when the threading module was
    imported first from a thread different than the main thread: no
    longer log an error at Python exit.

    (cherry picked from commit 95d31370829b7d729667588e0a9943217401ea5b)




Reply to: