Skip to content
Snippets Groups Projects
user avatar
Miss Islington (bot) authored
gh-92530: Fix an issue that occurred after interrupting threading.Condition.notify (GH-92534) (GH-92831)

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.
(cherry picked from commit 70af994f)

Co-authored-by: default avatarSerhiy Storchaka <storchaka@gmail.com>
14d05942
History
Name Last commit Last update