]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-133744: Fix multiprocessing interrupt test: add an event (#133746)
authorVictor Stinner <vstinner@python.org>
Mon, 12 May 2025 09:10:48 +0000 (11:10 +0200)
committerGitHub <noreply@github.com>
Mon, 12 May 2025 09:10:48 +0000 (11:10 +0200)
commitc2989b7070b18c0b7c51521fed8bc11c159ea5b8
tree98b569f9e66206429ea7bcc2a0c40c57ade745fb
parentd29ddbd90c5eb9eb83bb5bbbe9fd616514ccfc21
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.
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]