[docs] [issue6627] threading.local() does not work with C-created threads

Amaury Forgeot d'Arc report at bugs.python.org
Sat Sep 18 00:13:23 CEST 2010


Amaury Forgeot d'Arc <amauryfa at gmail.com> added the comment:

This is not specific to ctypes.
Please read http://docs.python.org/c-api/init.html#thread-state-and-the-global-interpreter-lock
specially the paragraph that says "...when threads are created from C...".
Is it explicit enough? How would you change it?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6627>
_______________________________________


More information about the docs mailing list