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 kbk, roger.serwy, serhiy.storchaka, terry.reedy, vstinner
Date 2014-07-25.16:34:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406306076.07.0.940173321435.issue22068@psf.upfronthosting.co.za>
In-reply-to
Content
Indeed, there are a lot of small reference loops in ConfigDialog. Tk variables save reference to the dialog and the dialog saves references to variables. Either variables should be created with different argument (i.e. self.parent), or they should be deleted when ConfigDialog is destroyed.
History
Date User Action Args
2014-07-25 16:34:36serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, kbk, vstinner, roger.serwy
2014-07-25 16:34:36serhiy.storchakasetmessageid: <1406306076.07.0.940173321435.issue22068@psf.upfronthosting.co.za>
2014-07-25 16:34:36serhiy.storchakalinkissue22068 messages
2014-07-25 16:34:35serhiy.storchakacreate