commit | fbd7172325e6ce55b6d5d3d7603e4c1c8a219cb8 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Wed Jun 27 18:18:10 2018 +0200 |
committer | GitHub <noreply@github.com> | Wed Jun 27 18:18:10 2018 +0200 |
tree | 7ee368fd4a320f3f491fc494e56f0ea4fbf76daf | |
parent | 74e4aee54982bf8b3d1d1cdce965cf0e03e88e34 [diff] |
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.