]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-94026: Buffer regrtest worker stdout in temporary file (GH-94253)
authorChristian Heimes <christian@python.org>
Wed, 29 Jun 2022 08:05:16 +0000 (10:05 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Jun 2022 08:05:16 +0000 (10:05 +0200)
commit199ba233248ab279f445e0809c2077976f0711bc
tree452ac015858c937cb2f69523b02364cdff5e1d8b
parent5150cbcd6821c0cf79b81cfc8780087bbc6985da
gh-94026: Buffer regrtest worker stdout in temporary file (GH-94253)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/libregrtest/runtest_mp.py