Kristján Valur Jónsson <krist...@ccpgames.com> added the comment:

"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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9786>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to