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 BreamoreBoy, Robin.Schreiber, amaury.forgeotdarc, asvetlov, loewis, ned.deily, pitrou, python-dev
Date 2013-08-10.22:18:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1376173083.01.0.0689437963188.issue15721@psf.upfronthosting.co.za>
In-reply-to
Content
The first two patches (_tkinter_pep3121-384_v0.patch and _tkinter_pep3121-384_v1.patch) seemed to have the refcounts right, but Andrew's further patches lost the required Py_INCREF in the various new() functions (and the corresponding Py_DECREF in deallocs), which is the cause for the crash in #15667.
History
Date User Action Args
2013-08-10 22:18:03pitrousetrecipients: + pitrou, loewis, amaury.forgeotdarc, ned.deily, asvetlov, BreamoreBoy, python-dev, Robin.Schreiber
2013-08-10 22:18:03pitrousetmessageid: <1376173083.01.0.0689437963188.issue15721@psf.upfronthosting.co.za>
2013-08-10 22:18:02pitroulinkissue15721 messages
2013-08-10 22:18:02pitroucreate