Petr Viktorin <encu...@gmail.com> added the comment:

pthread is not generally compatible with int, so it can't be used with Python 
2's API.
This was changed in py3 with PEP 539, which however makes it so that the old 
TLS API is only available if PTHREAD_KEY_T_IS_COMPATIBLE_WITH_INT.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue29640>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to