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 vstinner
Recipients gpolo, serhiy.storchaka, vstinner
Date 2017-08-08.10:20:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502187627.56.0.699198902214.issue31135@psf.upfronthosting.co.za>
In-reply-to
Content
My widget_instance.patch calls test_support.gc_collect() and removes all
widgets from the root window. It's not enough. That's why I proposed to modify LabeledScale.destroy().
History
Date User Action Args
2017-08-08 10:20:27vstinnersetrecipients: + vstinner, gpolo, serhiy.storchaka
2017-08-08 10:20:27vstinnersetmessageid: <1502187627.56.0.699198902214.issue31135@psf.upfronthosting.co.za>
2017-08-08 10:20:27vstinnerlinkissue31135 messages
2017-08-08 10:20:27vstinnercreate