client: really fix ZODB monkey-patch when DB lock is not acquired
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.
Showing
Please register or sign in to comment