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.12:39:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1502195986.09.0.644422983385.issue31135@psf.upfronthosting.co.za>
In-reply-to
Content
On master, LabeledScaleTest.test_initialization() leaks a widget in the root widget, even after root.destroy(). The problem is that LabeledScaleTest.__del__() doesn't call Frame.destroy(self) if self._variable is not set. So master has at least this bug.
History
Date User Action Args
2017-08-08 12:39:46vstinnersetrecipients: + vstinner, gpolo, serhiy.storchaka
2017-08-08 12:39:46vstinnersetmessageid: <1502195986.09.0.644422983385.issue31135@psf.upfronthosting.co.za>
2017-08-08 12:39:46vstinnerlinkissue31135 messages
2017-08-08 12:39:45vstinnercreate