This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author amaury.forgeotdarc
Recipients amaury.forgeotdarc, kristjan.jonsson
Date 2009-01-05.18:12:40
SpamBayes Score 0.02871656
Marked as misclassified No
Message-id <1231179162.31.0.159078968126.issue3582@psf.upfronthosting.co.za>
In-reply-to
Content
- 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.
History
Date User Action Args
2009-01-05 18:12:42amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, kristjan.jonsson
2009-01-05 18:12:42amaury.forgeotdarcsetmessageid: <1231179162.31.0.159078968126.issue3582@psf.upfronthosting.co.za>
2009-01-05 18:12:41amaury.forgeotdarclinkissue3582 messages
2009-01-05 18:12:41amaury.forgeotdarccreate