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

Sébastien Sablé report at bugs.python.org
Thu Feb 17 11:59:32 CET 2011


Sébastien Sablé <sable at users.sourceforge.net> added the comment:

At the time of the lock, there is only one python process running. So I guess the other processes have already left but this is not correctly detected.

I will try again with all_threads=True.

----------

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


More information about the Python-bugs-list mailing list