Message115849
"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 |
|
Date |
User |
Action |
Args |
2010-09-08 05:15:19 | kristjan.jonsson | set | recipients:
+ kristjan.jonsson, amaury.forgeotdarc, pitrou |
2010-09-08 05:15:17 | kristjan.jonsson | set | messageid: <1283922917.47.0.983968808499.issue9786@psf.upfronthosting.co.za> |
2010-09-08 05:15:15 | kristjan.jonsson | link | issue9786 messages |
2010-09-08 05:15:11 | kristjan.jonsson | create | |
|