Is it possible to build Python with GNU Portable Threads?
Are there any Pth libraries for Python?
Is it possible to build Python with GNU Portable Threads ? Are there any
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It doesn’t appear to be well supported anymore, probably because native threading has become so ubiquitous. A few custom patches exist for older versions of Python. Pth also provides instructions for how to dupe builds into using it for threading calls.