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 kristjan.jonsson
Recipients amaury.forgeotdarc, kristjan.jonsson, pitrou
Date 2010-09-08.05:15:11
SpamBayes Score 0.044085044
Marked as misclassified No
Message-id <1283922917.47.0.983968808499.issue9786@psf.upfronthosting.co.za>
In-reply-to
Content
"errno" is preserved by PyEval_RestoreThread(), so this isn't the issue.
What you are probably seeing is latent race conditions in the test suite, made apparent by a non-locking TLS implementation.  The test suite isn't free from those, see for example issue 8799
History
Date User Action Args
2010-09-08 05:15:19kristjan.jonssonsetrecipients: + kristjan.jonsson, amaury.forgeotdarc, pitrou
2010-09-08 05:15:17kristjan.jonssonsetmessageid: <1283922917.47.0.983968808499.issue9786@psf.upfronthosting.co.za>
2010-09-08 05:15:15kristjan.jonssonlinkissue9786 messages
2010-09-08 05:15:11kristjan.jonssoncreate