diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2022-05-17 16:45:40 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-17 16:45:40 (GMT) |
commit | 38d95b5500fa2d84d718c4190ba2f1b2f6806e6c (patch) | |
tree | 90ce41c1a673b68ee76fffd4d3ed4e601b95b817 /Python/dynload_shlib.c | |
parent | 76b81be41346774a2e12607aa4d55f34b170b8e9 (diff) | |
download | cpython-38d95b5500fa2d84d718c4190ba2f1b2f6806e6c.zip cpython-38d95b5500fa2d84d718c4190ba2f1b2f6806e6c.tar.gz cpython-38d95b5500fa2d84d718c4190ba2f1b2f6806e6c.tar.bz2 |
[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
Diffstat (limited to 'Python/dynload_shlib.c')
0 files changed, 0 insertions, 0 deletions