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 eryksun
Recipients doko, eryksun, terry.reedy, vstinner
Date 2014-11-14.22:20:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416003632.45.0.740220497404.issue22851@psf.upfronthosting.co.za>
In-reply-to
Content
The fix for issue 14432 was applied to 3.3, but I'm pretty sure 2.x PyFrame_IsRestricted is the only problem. Nothing else should see f_tstate when it's NULL. Also, f_tstate was dropped from PyFrameObject in 3.4.
History
Date User Action Args
2014-11-14 22:20:32eryksunsetrecipients: + eryksun, terry.reedy, doko, vstinner
2014-11-14 22:20:32eryksunsetmessageid: <1416003632.45.0.740220497404.issue22851@psf.upfronthosting.co.za>
2014-11-14 22:20:32eryksunlinkissue22851 messages
2014-11-14 22:20:32eryksuncreate