[issue27024] IDLE shutdown glitch when started by import

Serhiy Storchaka report at bugs.python.org
Sun May 15 04:30:46 EDT 2016


Serhiy Storchaka added the comment:

There are few possible workarounds:

1. Catch and ignore TclError in CodeContext.timer_event, CodeContext.font_timer_event and other callbacks.

2. Save results of after() and after_idle() calls and pass them to after_cancel() before destroying widgets. Maybe this should be done automatically in Tkinter.

----------

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


More information about the Python-bugs-list mailing list