Message 194842 - Python tracker (original) (raw)

Message194842

Author pitrou
Recipients BreamoreBoy, Robin.Schreiber, amaury.forgeotdarc, asvetlov, loewis, ned.deily, pitrou, python-dev
Date 2013-08-10.22🔞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🔞03 pitrou set recipients: + pitrou, loewis, amaury.forgeotdarc, ned.deily, asvetlov, BreamoreBoy, python-dev, Robin.Schreiber
2013-08-10 22🔞03 pitrou set messageid: 1376173083.01.0.0689437963188.issue15721@psf.upfronthosting.co.za
2013-08-10 22🔞02 pitrou link issue15721 messages
2013-08-10 22🔞02 pitrou create