[issue11005] Assertion error on RLock._acquire_restore

STINNER Victor report at bugs.python.org
Sun Apr 24 23:43:40 CEST 2011


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

> Is the assert still needed?

The assertion is in RLock()._acquire_restore(), not in RLock._release_save(). I prefer to keep it, it doesn't hurt.

 close this issue because I commited my fix.

----------
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list