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 <rep...@bugs.python.org>
<http://bugs.python.org/issue22068>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to