[issue15348] IDLE - shell becomes unresponsive if debugger windows is closed while active.

Terry J. Reedy report at bugs.python.org
Tue Oct 9 06:15:28 CEST 2012


Terry J. Reedy added the comment:

I have never used the debugger, but I verified the bug. While something was 'hung', the debugger would not restart because something was 'busy'. I also verified that clicking [quit] first and then [x] works. I will try to test the second patch sometime.

Jimbo, the first priority is to fix crashes and hangs. We control the response to buttons we add, but the [x] close button involves the gui and operating system. So working with it can be trickier than it seems it ought to be.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue15348>
_______________________________________


More information about the Python-bugs-list mailing list