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 jyasskin, pitrou
Date 2010-05-15.21:45:38
SpamBayes Score 0.050371308
Marked as misclassified No
Message-id <1273959940.01.0.68462719655.issue8726@psf.upfronthosting.co.za>
In-reply-to
Content
Your test could call PyThreadState_Get() explicitly, before calling PyErr_SetString() (which should then never get executed).
History
Date User Action Args
2010-05-15 21:45:40pitrousetrecipients: + pitrou, jyasskin
2010-05-15 21:45:40pitrousetmessageid: <1273959940.01.0.68462719655.issue8726@psf.upfronthosting.co.za>
2010-05-15 21:45:39pitroulinkissue8726 messages
2010-05-15 21:45:38pitroucreate