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 vstinner
Date 2017-08-08.00:46:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502153199.22.0.664616149528.issue31135@psf.upfronthosting.co.za>
In-reply-to
Content
While working on bpo-31068, I wrote attached widget_instance.patch to check if test_ttk_guionly really removes all widgets. Bad news: it doesn't. Example:

haypo@selma$ ./python -m test  -u all test_ttk_guionly
(...)
test test_ttk_guionly crashed -- <type 'exceptions.Exception'>: leaking 69 widgets
(...)

Attached fix_destroy.patch is my attempt to fix this issue.
History
Date User Action Args
2017-08-08 00:46:39vstinnersetrecipients: + vstinner
2017-08-08 00:46:39vstinnersetmessageid: <1502153199.22.0.664616149528.issue31135@psf.upfronthosting.co.za>
2017-08-08 00:46:38vstinnerlinkissue31135 messages
2017-08-08 00:46:38vstinnercreate