[issue24455] IDLE debugger causes crash if not quitted properly before next run

Mark Roseman report at bugs.python.org
Wed Sep 23 05:41:17 CEST 2015


Mark Roseman added the comment:

Like #15347 and #15348, this was also caused by nested event loops, though the exact problem is slightly different.  I've attached fix-mainloop2.patch which has a lengthy comment explaining the problem and how the patch solves it. 

This patch also includes the changes from fix-nested-mainloop.patch.

----------
keywords: +patch
Added file: http://bugs.python.org/file40553/fix-mainloop2.patch

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


More information about the Python-bugs-list mailing list