[3.11] gh-92530: Fix an issue that occurred after interrupting threading.Condition.notify (GH-92534) (GH-92829)
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> Automerge-Triggered-By: GH:serhiy-storchaka
M
Miss Islington (bot) committed
38d95b5500fa2d84d718c4190ba2f1b2f6806e6c
Parent: 76b81be
Committed by GitHub <noreply@github.com>
on 5/17/2022, 4:45:40 PM