[issue15347] IDLE - does not close if the debugger was active

Mark Roseman report at bugs.python.org
Fri Sep 25 23:06:22 CEST 2015


Mark Roseman added the comment:

Doing some testing using "-n". Various close/quit scenarios are either disallowed or broken as it turns out. I found that removing the "interacting" check on close improved the matter quite substantially, so that I could quit when the debugger was sitting waiting for input, without hangs etc.

Have attached remove-interacting-debugger.patch (which can be applied on top of fix-mainloop2.patch (from #24455, which includes the changes in fix-nested-mainloop.patch for this bug).

----------
Added file: http://bugs.python.org/file40581/remove-interacting-debugger.patch

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


More information about the Python-bugs-list mailing list