]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] 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:51:24 +0000 (04:51 +0100)
committerGitHub <noreply@github.com>
Wed, 1 Nov 2023 03:51:24 +0000 (03:51 +0000)
commit2162512d717e1a7f2bb24b31713ebce23542a2a2
tree92520e1e6977ab5d8d459df2809dab74e2668d17
parent21c8fbf28dda1f338303295b094b9cc365d101b2
[3.12] gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (GH-111577) (#111589)

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]