(original) (raw)
http://bugs.python.org/issue3582
I submitted a patch last august, but have had no comments.� Any thoughts?
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.
Kristj�n