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 db3l, gregory.p.smith, neologix, pitrou, python-dev, rnk, sable, vstinner
Date 2011-04-19.15:37:15
SpamBayes Score 0.033830475
Marked as misclassified No
Message-id <1303227435.78.0.600276197028.issue11223@psf.upfronthosting.co.za>
In-reply-to
Content
Example on my Debian Sid:

>>> threading._info()
{'pthread_version': 'NPTL 2.11.2', 'use_semaphores': True, 'name': 'pthread'}
History
Date User Action Args
2011-04-19 15:37:15vstinnersetrecipients: + vstinner, gregory.p.smith, db3l, pitrou, sable, rnk, neologix, python-dev
2011-04-19 15:37:15vstinnersetmessageid: <1303227435.78.0.600276197028.issue11223@psf.upfronthosting.co.za>
2011-04-19 15:37:15vstinnerlinkissue11223 messages
2011-04-19 15:37:15vstinnercreate