Skip to content
GitLab
Explore
Sign in
Register
Kirill Smelkov
cpython
Repository
cpython
Lib
test
_test_multiprocessing.py
Find file
Blame
History
Permalink
bpo-31510: Fix multiprocessing test_many_processes() on macOS (#3857)
· e6cfdefa
Victor Stinner
authored
Oct 02, 2017
On macOS, a process can exit with -SIGKILL if it is killed "early" with SIGTERM.
e6cfdefa