]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) (GH-15280)
authorVictor Stinner <vstinner@redhat.com>
Wed, 14 Aug 2019 14:30:54 +0000 (16:30 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Aug 2019 14:30:54 +0000 (16:30 +0200)
commit93bee6a8d878ff952e245614c567c7c6bb7a0398
treee1ecd10c6cffa7021b498eeb657e29bac415ac04
parent3e1f135b26cf5fb3583d7e75d39b7b7a9edb472c
[3.7] bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) (GH-15280)

Co-Authored-By: Joannah Nanjekye <joannah.nanjekye@ibm.com>
(cherry picked from commit b0c8369c603633f445ccbb5ca7a8742145ff9eec)

Backport also minor win_utils.py fixes from master.
Lib/test/libregrtest/main.py
Lib/test/libregrtest/runtest.py
Lib/test/libregrtest/runtest_mp.py
Lib/test/libregrtest/win_utils.py
Lib/test/test_regrtest.py
Misc/NEWS.d/next/Library/2019-07-09-19-38-26.bpo-37531.GX7s8S.rst [new file with mode: 0644]