Antoine Pitrou added the comment:

_tkinter uses PyType_FromSpec() to create its types and then adds them to the 
module dict without increfing them, so there may be a refcount issue explaining 
that those types get garbage collected before all their instances die.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10241>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to