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 ncoghlan
Recipients asvetlov, gvanrossum, ncoghlan, python-dev, scoder, vstinner, yselivanov
Date 2015-05-13.05:15:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431494150.46.0.577358866753.issue24017@psf.upfronthosting.co.za>
In-reply-to
Content
I'm going to dig into this one locally, as it sounds to me like something may be going wrong with the refcounts in the complex stack manipulation involved in WITH_CLEANUP. It seems plausible that there's a genuinely missing incref/decref pair somewhere in the non-exceptional path, which the proposed new opcode is working around.
History
Date User Action Args
2015-05-13 05:15:50ncoghlansetrecipients: + ncoghlan, gvanrossum, scoder, vstinner, asvetlov, python-dev, yselivanov
2015-05-13 05:15:50ncoghlansetmessageid: <1431494150.46.0.577358866753.issue24017@psf.upfronthosting.co.za>
2015-05-13 05:15:50ncoghlanlinkissue24017 messages
2015-05-13 05:15:50ncoghlancreate