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 jll
Recipients jll
Date 2012-07-19.14:35:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342708526.81.0.949567135127.issue15396@psf.upfronthosting.co.za>
In-reply-to
Content
In the file Modules/_tkinter.c, in the function PyInit__tkinter, m should be decrefed on the PyType_Ready error path.
History
Date User Action Args
2012-07-19 14:35:27jllsetrecipients: + jll
2012-07-19 14:35:26jllsetmessageid: <1342708526.81.0.949567135127.issue15396@psf.upfronthosting.co.za>
2012-07-19 14:35:25jlllinkissue15396 messages
2012-07-19 14:35:24jllcreate