]> granicus.if.org Git - python/commit
bpo-30356: Fix test_mymanager_context() of multiprocessing (GH-7968)
authorVictor Stinner <vstinner@redhat.com>
Wed, 27 Jun 2018 16:18:10 +0000 (18:18 +0200)
committerGitHub <noreply@github.com>
Wed, 27 Jun 2018 16:18:10 +0000 (18:18 +0200)
commitfbd7172325e6ce55b6d5d3d7603e4c1c8a219cb8
tree7ee368fd4a320f3f491fc494e56f0ea4fbf76daf
parent74e4aee54982bf8b3d1d1cdce965cf0e03e88e34
bpo-30356: Fix test_mymanager_context() of multiprocessing (GH-7968)

test_mymanager_context() now also accepts -SIGTERM as an expected
exitcode for the manager process. The process is killed with SIGTERM
if it takes longer than 1 second to stop.
Lib/test/_test_multiprocessing.py