Message79179
- Isn't CreateThread even better?
- Using TLS functions is a good idea, beware though that the number of
TLS slots cannot exceed 1088 on Windows. This should at least be documented.
OTOH since there is only one call to PyThread_create_key in the codebase
(for the GIL), and I found only one more through the Google Code Search,
it's probably not worth the trouble. |
|
| Date |
User |
Action |
Args |
| 2009-01-05 18:12:42 | amaury.forgeotdarc | set | recipients:
+ amaury.forgeotdarc, kristjan.jonsson |
| 2009-01-05 18:12:42 | amaury.forgeotdarc | set | messageid: <[email protected]> |
| 2009-01-05 18:12:41 | amaury.forgeotdarc | link | issue3582 messages |
| 2009-01-05 18:12:41 | amaury.forgeotdarc | create | |
|