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 ncoghlan, neologix, pitrou, rosslagerwall, vstinner
Date 2012-03-28.16:23:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1332951782.05.0.909925530984.issue14432@psf.upfronthosting.co.za>
In-reply-to
Content
It may not even have to specifically test the crash - any operation that accessed the tstate on the frame and could be shown to be accessing the wrong thread state when called from another thread could demonstrate the problem.
History
Date User Action Args
2012-03-28 16:23:02ncoghlansetrecipients: + ncoghlan, pitrou, vstinner, neologix, rosslagerwall
2012-03-28 16:23:02ncoghlansetmessageid: <1332951782.05.0.909925530984.issue14432@psf.upfronthosting.co.za>
2012-03-28 16:23:01ncoghlanlinkissue14432 messages
2012-03-28 16:23:01ncoghlancreate