[issue5492] Error on leaving IDLE with quit() or exit() under Linux

Roger Serwy report at bugs.python.org
Sun Dec 18 19:25:27 CET 2011


Roger Serwy <roger.serwy at gmail.com> added the comment:

You can trigger this error every time if you change ".after(2*self.poll_interval, self.close2)" to ".after(1, self.close2)" in PyShell.py

----------
nosy: +serwy

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


More information about the Python-bugs-list mailing list