summaryrefslogtreecommitdiffstats
path: root/Python/thread.c
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-10-02 15:14:30 (GMT)
committerGitHub <noreply@github.com>2023-10-02 15:14:30 (GMT)
commit05b139b599bbe2125bd81eb7ac3e55743c01d974 (patch)
treef448e313419c9fe53b43886eb34f5d46668d7717 /Python/thread.c
parent5baa8af8daa65a819b41974391efbe5f9a572fa6 (diff)
downloadcpython-05b139b599bbe2125bd81eb7ac3e55743c01d974.zip
cpython-05b139b599bbe2125bd81eb7ac3e55743c01d974.tar.gz
cpython-05b139b599bbe2125bd81eb7ac3e55743c01d974.tar.bz2
[3.12] gh-109582: test_fork_signal_handling should wait for event (GH-109605) (#109695)
gh-109582: test_fork_signal_handling should wait for event (GH-109605) Sometimes the child_handled event was missing because either the child quits before it gets a chance to handle the signal, or the parent asserts before the event notification is delivered via IPC. Synchronize explicitly to avoid this. (cherry picked from commit 608c1f3083ea1e06d383ef1a9878a9758903de4b) Co-authored-by: Davide Rizzo <sorcio@gmail.com>
Diffstat (limited to 'Python/thread.c')
0 files changed, 0 insertions, 0 deletions