mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
Issue #14502: it's RuntimeError on 3.3
This commit is contained in:
parent
3861a322b9
commit
f3be68e0a8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue