forked from python/cpython
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pythongh-130954: Fix multiprocessing test_notify_n (pythonGH-130955)
The test could deadlock trying join on the worker processes. Apply the same technique as pythongh-130933. Join the process before the test ends in `test_notify` as well. (cherry picked from commit edd1eca336976b3431cf636aea87f08a40c94935) Co-authored-by: Sam Gross <[email protected]>
- Loading branch information
1 parent
597a953
commit f5f6b01
Showing
1 changed file
with
13 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters