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

Nikolaus Rath report at bugs.python.org
Fri Sep 17 23:10:21 CEST 2010


Nikolaus Rath <Nikolaus at rath.org> added the comment:

No, I am not saying that the behaviour of ctypes is wrong. It just happens to have some effects on threading.local that I think should be documented. That's why I reassigned this as a documentation bug. 

Please reconsider closing this bug. I'm also happy to change the type to "Feature request".


As an aside: I think in most cases one uses ctypes to call functions that are already compiled, so changing the source is not an option.

----------

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


More information about the docs mailing list