]> granicus.if.org Git - python/commit
[3.8] bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) (GH-15279)
authorVictor Stinner <vstinner@redhat.com>
Wed, 14 Aug 2019 14:31:32 +0000 (16:31 +0200)
committerGitHub <noreply@github.com>
Wed, 14 Aug 2019 14:31:32 +0000 (16:31 +0200)
commitd85c5670ff1611202a25c9e0967148e72c114de9
treea159fe958b6034dc4e6eb4600aab6e832786dbaa
parent984226962bc35254551d92771b5c8fb074507903
[3.8] bpo-37531: Fix regrtest timeout for subprocesses (GH-15072) (GH-15279)

* bpo-37531: Fix regrtest timeout for subprocesses (GH-15072)

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

* bpo-36511: Fix failures in Windows ARM32 buildbot (GH-15181)

(cherry picked from commit ed70a344b5fbddea85726ebc1964ee0cfdef9c40)

Backport also minor fixes from master (fix typo, remove importlib import).
Lib/test/libregrtest/__init__.py
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]