This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients serhiy.storchaka, terry.reedy
Date 2016-05-15.08:30:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1463301046.6.0.819426017664.issue27024@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-05-15 08:30:46serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy
2016-05-15 08:30:46serhiy.storchakasetmessageid: <1463301046.6.0.819426017664.issue27024@psf.upfronthosting.co.za>
2016-05-15 08:30:46serhiy.storchakalinkissue27024 messages
2016-05-15 08:30:46serhiy.storchakacreate