SIGN IN SIGN UP

Issue #11140: Lock.release() now raises a RuntimeError when attempting

to release an unacquired lock, as claimed in the threading documentation.
The _thread.error exception is now an alias of RuntimeError.
A
Antoine Pitrou committed
fcf81fd0310ba505c46d33a82f2b782578ed1a98
Parent: cfbcec3