commit | b0e1ae5f5430433766e023c1a6936aeba0f2b84e | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Tue Sep 24 14:19:48 2019 +0200 |
committer | GitHub <noreply@github.com> | Tue Sep 24 14:19:48 2019 +0200 |
tree | 4d0df52cd13a76b4a6652963e256541552cc28c9 | |
parent | 99799c722065d0524f3ab0bc455e1938bb8dc60f [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.