mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
merge 3.2
This commit is contained in:
commit
e0029baba6
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
|
||||
to proceed.
|
||||
|
||||
When invoked on an unlocked lock, a :exc:`RuntimeError` is raised.
|
||||
When invoked on an unlocked lock, a :exc:`ThreadError` is raised.
|
||||
|
||||
There is no return value.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue