summaryrefslogtreecommitdiffstats
path: root/Python/compile.c
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2022-05-16 16:54:01 (GMT)
committerGitHub <noreply@github.com>2022-05-16 16:54:01 (GMT)
commite29ce9a5f111270163a047b50ea55af6cad89838 (patch)
treefca0a4407331bf3e62c7b1190caf4f3293664028 /Python/compile.c
parentcfb9248cd4adb2ef4309e7ddb406cab5ce6edffa (diff)
downloadcpython-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