]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130954: Fix multiprocessing test_notify_n (#130955)
authorSam Gross <colesbury@gmail.com>
Sat, 8 Mar 2025 18:04:30 +0000 (13:04 -0500)
committerGitHub <noreply@github.com>
Sat, 8 Mar 2025 18:04:30 +0000 (13:04 -0500)
commitedd1eca336976b3431cf636aea87f08a40c94935
tree58efb0a699fa4ddd63ed4e41b81265c901f6b283
parent72e5b25efb580fb1f0fdfade516be90d90822164
gh-130954: Fix multiprocessing test_notify_n (#130955)

The test could deadlock trying join on the worker processes.
Apply the same technique as gh-130933.

Join the process before the test ends in `test_notify` as well.
Lib/test/_test_multiprocessing.py