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 pitrou
Recipients db3l, gregory.p.smith, neologix, pitrou, python-dev, rnk, sable, vstinner
Date 2011-04-19.15:42:06
SpamBayes Score 2.9232607e-08
Marked as misclassified No
Message-id <1303227723.3489.4.camel@localhost.localdomain>
In-reply-to <1303227263.19.0.537963289868.issue11223@psf.upfronthosting.co.za>
Content
> Yeah, I know. My patch should be updated if #11863 is fixed before this issue.
> 
> Updated patch:
>  - add 'pthread_version' key to threading._info()
>  - test_os uses threading._info() to check if we are using linuxthreads

The path which sets "pthread_version" should be inside "#ifdef
_POSIX_THREADS".

Also, some comments about the doc:
- you need a "versionadded" tag
- "use_semaphores" should explain that these semaphores are used for
locks; also the alternative is "use mutexes and condition variables",
not "use mutexes"
- you should not document unsupported platform names ("lwp", etc.); they
are already disabled (#error)
History
Date User Action Args
2011-04-19 15:42:07pitrousetrecipients: + pitrou, gregory.p.smith, db3l, vstinner, sable, rnk, neologix, python-dev
2011-04-19 15:42:06pitroulinkissue11223 messages
2011-04-19 15:42:06pitroucreate