commit | 081641fe520382d48ffead158ab528180f72017d | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Tue Sep 24 05:39:47 2019 -0700 |
committer | GitHub <noreply@github.com> | Tue Sep 24 05:39:47 2019 -0700 |
tree | 762d51cea806a5a558becebf304fd19a084b2fd0 | |
parent | fea9ca1b0c6279f483a73f2040b068dd0e0d3acd [diff] |
bpo-37123: multiprocessing test_mymanager() accepts SIGTERM (GH-16349) Multiprocessing test test_mymanager() now also expects -SIGTERM, not only exitcode 0. bpo-30356: BaseManager._finalize_manager() sends SIGTERM to the manager process if it takes longer than 1 second to stop, which happens on slow buildbots. (cherry picked from commit b0e1ae5f5430433766e023c1a6936aeba0f2b84e) Co-authored-by: Victor Stinner <vstinner@redhat.com>