Skip to content
Snippets Groups Projects
Unverified Commit 70af994f authored by Serhiy Storchaka's avatar Serhiy Storchaka Committed by GitHub
Browse files

gh-92530: Fix an issue that occurred after interrupting threading.Condition.notify (GH-92534)

If Condition.notify() was interrupted just after it released the waiter lock,
but before removing it from the queue, the following calls of notify() failed
with RuntimeError: cannot release un-acquired lock.
parent 953ab079
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment