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 kristjan.jonsson
Recipients kristjan.jonsson
Date 2008-08-17.21:00:13
SpamBayes Score 0.007627197
Marked as misclassified No
Message-id <1219006819.0.0.701658895964.issue3582@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a suggested update to thread_nt.c.  It has two significant 
changes:
1) it uses the new and safer _beginthreadex API to start a thread
2) it implements native TLS functions on NT, which are certain to be as 
fast as possible.
History
Date User Action Args
2008-08-17 21:00:19kristjan.jonssonsetrecipients: + kristjan.jonsson
2008-08-17 21:00:19kristjan.jonssonsetmessageid: <1219006819.0.0.701658895964.issue3582@psf.upfronthosting.co.za>
2008-08-17 21:00:17kristjan.jonssonlinkissue3582 messages
2008-08-17 21:00:17kristjan.jonssoncreate