]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (GH-11157...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 1 Nov 2023 03:57:23 +0000 (04:57 +0100)
committerGitHub <noreply@github.com>
Wed, 1 Nov 2023 03:57:23 +0000 (03:57 +0000)
commit1d7ad7780a9365bddfa6ba9dbba2e390ca55fba7
treedee254ab33c060f60dfbda46550b118c2f3a0124
parent2bb10acfdd9782e36534a1cb95bec520d0338ab6
[3.11] gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (GH-111577) (#111590)

gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (GH-111577)

"./python -m test -j1 -R 3:3 --verbose3" now works as expected, since
run_single_test() does not replace sys.stdout with StringIO in this
case.
(cherry picked from commit d9a5530d2327efa1fe66a04d31b5c67e42dbcd9c)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/libregrtest/cmdline.py
Lib/test/test_regrtest.py
Misc/NEWS.d/next/Tests/2023-10-31-22-09-25.gh-issue-110367.UhQi44.rst [new file with mode: 0644]