Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1024541 commit fee3fc7Copy full SHA for fee3fc7
1 file changed
Doc/library/threading.rst
@@ -430,7 +430,7 @@ All methods are executed atomically.
430
are blocked waiting for the lock to become unlocked, allow exactly one of them
431
to proceed.
432
433
- Do not call this method when the lock is unlocked.
+ When invoked on an unlocked lock, a :exc:`ThreadError` is raised.
434
435
There is no return value.
436
0 commit comments