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 pitrou
Recipients Arfrever, benjamin.peterson, loewis, nascheme, pitrou, python-dev
Date 2013-08-01.22:50:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1375397459.11.0.0602476120234.issue10241@psf.upfronthosting.co.za>
In-reply-to
Content
_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.
History
Date User Action Args
2013-08-01 22:50:59pitrousetrecipients: + pitrou, loewis, nascheme, benjamin.peterson, Arfrever, python-dev
2013-08-01 22:50:59pitrousetmessageid: <1375397459.11.0.0602476120234.issue10241@psf.upfronthosting.co.za>
2013-08-01 22:50:59pitroulinkissue10241 messages
2013-08-01 22:50:58pitroucreate