]> granicus.if.org Git - python/commit
bpo-31510: Fix multiprocessing test_many_processes() on macOS (#3857)
authorVictor Stinner <victor.stinner@gmail.com>
Mon, 2 Oct 2017 15:27:34 +0000 (08:27 -0700)
committerGitHub <noreply@github.com>
Mon, 2 Oct 2017 15:27:34 +0000 (08:27 -0700)
commite6cfdefa0c2f5bda177e49b228c2c7528f7c239c
tree89727fb17aa54d26f894acac7d50d96007ecdc3e
parent4337a0d9955f0855ba38ef30feec3858d304abf0
bpo-31510: Fix multiprocessing test_many_processes() on macOS (#3857)

On macOS, a process can exit with -SIGKILL if it is killed "early"
with SIGTERM.
Lib/test/_test_multiprocessing.py