]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-133744: Fix multiprocessing interrupt test: add an event (#133746) (#133917)
authorVictor Stinner <vstinner@python.org>
Mon, 12 May 2025 14:16:52 +0000 (16:16 +0200)
committerGitHub <noreply@github.com>
Mon, 12 May 2025 14:16:52 +0000 (14:16 +0000)
commit5ce47b96b0ea8b7391a4da2856a9553f4cbf35eb
treefd7ecb1af35457143eb16d6e983b748c177274c2
parent532acbd0fa3d9c6a889d76be6e5adc20fd097e77
[3.13] gh-133744: Fix multiprocessing interrupt test: add an event (#133746) (#133917)

gh-133744: Fix multiprocessing interrupt test: add an event (#133746)

Add an event to synchronize the parent process with the child
process: wait until the child process starts sleeping.

(cherry picked from commit c2989b7070b18c0b7c51521fed8bc11c159ea5b8)
Lib/test/_test_multiprocessing.py
Misc/NEWS.d/next/Tests/2025-05-09-14-54-48.gh-issue-133744.LCquu0.rst [new file with mode: 0644]