[issue22068] test_gc fails after test_idle

Serhiy Storchaka report at bugs.python.org
Fri Jul 25 18:34:36 CEST 2014


Serhiy Storchaka added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22068>
_______________________________________


More information about the Python-bugs-list mailing list