[issue9786] Native TLS support for pthreads

Kristján Valur Jónsson report at bugs.python.org
Wed Sep 8 07:15:17 CEST 2010


Kristján Valur Jónsson <kristjan at 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 <report at bugs.python.org>
<http://bugs.python.org/issue9786>
_______________________________________


More information about the Python-bugs-list mailing list