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-26.09:16:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406366198.0.0.500795040624.issue22068@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch against 2.7 which get rid of reference loops in Tk variables and Font. This will fix not only ConfigDialog, but any similar user code.

In 3.4+ such reference loops are successfully resolved, but I think we should foreport this path to 3.4+ because it also fixes other minor bug: callbacks registered to trace variable now live while the variable lives, not while widget lives.
History
Date User Action Args
2014-07-26 09:16:38serhiy.storchakasetrecipients: + serhiy.storchaka, terry.reedy, kbk, vstinner, roger.serwy
2014-07-26 09:16:38serhiy.storchakasetmessageid: <1406366198.0.0.500795040624.issue22068@psf.upfronthosting.co.za>
2014-07-26 09:16:37serhiy.storchakalinkissue22068 messages
2014-07-26 09:16:37serhiy.storchakacreate