◐ Shell
clean mode source ↗

Message 229182 - Python tracker

Message229182

Author serhiy.storchaka
Recipients andtorg, kbk, ned.deily, python-dev, roger.serwy, serhiy.storchaka, terry.reedy
Date 2014-10-12.17:22:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1413134547.23.0.923375876788.issue20567@psf.upfronthosting.co.za>
In-reply-to
Content
These messages are produced because there are non-handled events of destroyed root widget. They are handled when update() is called for other root widget. To get rid of them you should call update_idletasks() before destroying root widget.
History
Date User Action Args
2014-10-12 17:22:27serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, kbk, ned.deily, roger.serwy, python-dev, andtorg
2014-10-12 17:22:27serhiy.storchakasetmessageid: <1413134547.23.0.923375876788.issue20567@psf.upfronthosting.co.za>
2014-10-12 17:22:27serhiy.storchakalinkissue20567 messages
2014-10-12 17:22:27serhiy.storchakacreate