summaryrefslogtreecommitdiffstats
path: root/Python/initconfig.c
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2022-05-16 05:25:29 (GMT)
committerGitHub <noreply@github.com>2022-05-16 05:25:29 (GMT)
commit70af994fee7c0850ae859727d9468a5f29375a38 (patch)
treef2a55c4a3a3348f6c3d2d3da1ca74f7c469c9f58 /Python/initconfig.c
parent953ab0795243900ccccaaca069d932730a86fc20 (diff)
downloadcpython-70af994fee7c0850ae859727d9468a5f29375a38.zip
cpython-70af994fee7c0850ae859727d9468a5f29375a38.tar.gz
cpython-70af994fee7c0850ae859727d9468a5f29375a38.tar.bz2
gh-92530: Fix an issue that occurred after interrupting threading.Condition.notify (GH-92534)
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.
Diffstat (limited to 'Python/initconfig.c')
0 files changed, 0 insertions, 0 deletions