mirror of https://github.com/python/cpython
Issue #14502: it's RuntimeError on 3.3
This commit is contained in:
parent
3861a322b9
commit
f3be68e0a8
|
@ -452,7 +452,7 @@ All methods are executed atomically.
|
||||||
are blocked waiting for the lock to become unlocked, allow exactly one of them
|
are blocked waiting for the lock to become unlocked, allow exactly one of them
|
||||||
to proceed.
|
to proceed.
|
||||||
|
|
||||||
When invoked on an unlocked lock, a :exc:`ThreadError` is raised.
|
When invoked on an unlocked lock, a :exc:`RuntimeError` is raised.
|
||||||
|
|
||||||
There is no return value.
|
There is no return value.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue