Message134070
| 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) |
|