-
Julien Muchembled authored
Commit 5c5c7d9a was a wrong fix because RLock does not raise 'thread.error' like Lock (when releasing an unacquired lock). Python >= 2.5 raises a RuntimeError and older Python raise an AssertionError.
b709cc89
Commit 5c5c7d9a was a wrong fix because RLock does not raise 'thread.error' like Lock (when releasing an unacquired lock). Python >= 2.5 raises a RuntimeError and older Python raise an AssertionError.