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 <rep...@bugs.python.org>
<http://bugs.python.org/issue27024>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to