This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author petr.viktorin
Recipients Ján Stanček, Thomas Mortensson, cstratak, davin, matrixise, neologix, petr.viktorin, vstinner
Date 2018-05-20.16:28:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1526833697.95.0.682650639539.issue29640@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-05-20 16:28:18petr.viktorinsetrecipients: + petr.viktorin, vstinner, neologix, matrixise, davin, cstratak, Ján Stanček, Thomas Mortensson
2018-05-20 16:28:17petr.viktorinsetmessageid: <1526833697.95.0.682650639539.issue29640@psf.upfronthosting.co.za>
2018-05-20 16:28:17petr.viktorinlinkissue29640 messages
2018-05-20 16:28:17petr.viktorincreate