]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (#111577)
authorVictor Stinner <vstinner@python.org>
Wed, 1 Nov 2023 03:28:55 +0000 (04:28 +0100)
committerGitHub <noreply@github.com>
Wed, 1 Nov 2023 03:28:55 +0000 (04:28 +0100)
commitd9a5530d2327efa1fe66a04d31b5c67e42dbcd9c
tree945a0227c39ac205ba01e195894ea3d967e3f029
parentef83b3fc00716e16c54c7030326809c374c33161
gh-110367: Make regrtest --verbose3 compatible with --huntrleaks -jN (#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.
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]