SIGN IN SIGN UP

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

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 70af994fee7c0850ae859727d9468a5f29375a38)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
M
Miss Islington (bot) committed
e29ce9a5f111270163a047b50ea55af6cad89838
Parent: cfb9248
Committed by GitHub <noreply@github.com> on 5/16/2022, 4:54:01 PM