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, whic
> It provides platform specific TLS functions on windows.
In this context, TLS is "thread-local storage".
Bill
___
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe:
http://mail.python.org/mail
Hello there.
Yesterday I posted a feature request, http://bugs.python.org/issue3582, along
with a patch.
It provides platform specifict TLS functions on windows.
Implementing it I came across the strange semantics of
PyThread_set_key_value(). If a value has been set previously, it will ignore
t