commit | ecb035cd14c11521276343397151929a94018a22 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Oct 18 15:49:08 2019 +0200 |
committer | GitHub <noreply@github.com> | Fri Oct 18 15:49:08 2019 +0200 |
tree | 34bb11f5c1a5f79996b66bba66472c73188a6959 | |
parent | 5a88d50ff013a64fbdb25b877c87644a9034c969 [diff] |
bpo-38502: regrtest uses process groups if available (GH-16829) test.regrtest now uses process groups in the multiprocessing mode (-jN command line option) if process groups are available: if os.setsid() and os.killpg() functions are available.