[issue11223] interruption of locks by signals not guaranteed when the semaphore implementation is not used

STINNER Victor report at bugs.python.org
Tue Apr 19 17:34:23 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> Most of these names will be removed in 3.3:
> http://bugs.python.org/issue11863

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

----------
Added file: http://bugs.python.org/file21724/threading_info-2.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue11223>
_______________________________________


More information about the Python-bugs-list mailing list