[issue1746071] class mutex doesn't do anything atomically

Manuel Kaufmann report at bugs.python.org
Sat Feb 23 17:26:11 CET 2008


Manuel Kaufmann added the comment:

I tested the patch and I found an error. It was missing a line "if 
call:" in the unlock function. I added it, and tested again with the 
ex.py example and it didn't found any threads locked at the same time.

----------
nosy: +humitos
Added file: http://bugs.python.org/file9505/mutex.diff

_____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue1746071>
_____________________________________


More information about the Python-bugs-list mailing list