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 vstinner
Recipients neologix, pitrou, vstinner
Date 2017-10-24.10:31:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1508841119.01.0.213398074469.issue30768@psf.upfronthosting.co.za>
In-reply-to
Content
To check if you are using pthread+semaphore, use:

haypo@selma$ ./python -c 'import sys; print(sys.thread_info)'
sys.thread_info(name='pthread', lock='semaphore', version='NPTL 2.25')

Here you have pthread+semaphore. It's Fedora 26 running Linux kernel 4.13.
History
Date User Action Args
2017-10-24 10:31:59vstinnersetrecipients: + vstinner, pitrou, neologix
2017-10-24 10:31:59vstinnersetmessageid: <1508841119.01.0.213398074469.issue30768@psf.upfronthosting.co.za>
2017-10-24 10:31:59vstinnerlinkissue30768 messages
2017-10-24 10:31:58vstinnercreate