diff options
| author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-05-16 16:54:01 (GMT) |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-16 16:54:01 (GMT) |
| commit | e29ce9a5f111270163a047b50ea55af6cad89838 (patch) | |
| tree | fca0a4407331bf3e62c7b1190caf4f3293664028 /Python/compile.c | |
| parent | cfb9248cd4adb2ef4309e7ddb406cab5ce6edffa (diff) | |
| download | cpython-e29ce9a5f111270163a047b50ea55af6cad89838.zip cpython-e29ce9a5f111270163a047b50ea55af6cad89838.tar.gz cpython-e29ce9a5f111270163a047b50ea55af6cad89838.tar.bz2 | |
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>
Diffstat (limited to 'Python/compile.c')
0 files changed, 0 insertions, 0 deletions
