]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130730: Fix multiprocessing test_active_children() (#130837)
authorVictor Stinner <vstinner@python.org>
Tue, 4 Mar 2025 17:05:20 +0000 (18:05 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Mar 2025 17:05:20 +0000 (17:05 +0000)
commit3dd3675492a3fc3b7996613ef75a9044ee7449b0
treec2688a8049650d23cacce23c001075397fd34657
parent885c3d126f39711971d84a2dee04c19df8a301e4
gh-130730: Fix multiprocessing test_active_children() (#130837)

Replace a sleep with an event: sleep is not a reliable
synchronization primitive.
Lib/test/_test_multiprocessing.py