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

Antoine Pitrou report at bugs.python.org
Tue Apr 19 23:27:34 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

> I also renamed 'name' key to 'thread', so 'thread' is the name of the
> *thread* implementation, and 'lock' is the name of the *lock*
> implementation.

Not that I want to bikeshed, but I think 'name' was ok (since you get
the dict by calling threading._info(), it's obvious it has to do with
threading).
'lock_implementation' would be better than 'lock', OTOH.

Also, the 'pthread_version' documentation should state that it is
optional (only works on GNU).

----------

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


More information about the Python-bugs-list mailing list