[issue25658] PyThread assumes pthread_key_t is an integer, which is against POSIX

Masayuki Yamamoto report at bugs.python.org
Sun Jan 22 10:11:17 EST 2017


Masayuki Yamamoto added the comment:

Above said, I updated minor changes to the version 2 patch.  Several codes have kept the words "thread local" and "TLS" because they have pointed programming method or other meanings, not CPython TLS API itself. (e.g. _decimal module)

----------
Added file: http://bugs.python.org/file46379/pythread-tss-3.patch

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


More information about the Python-bugs-list mailing list