Message115849
| 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: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 | |