]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-93353: regrtest supports checking tmp files with -j2 (#93909)
authorVictor Stinner <vstinner@python.org>
Thu, 16 Jun 2022 19:48:26 +0000 (21:48 +0200)
committerGitHub <noreply@github.com>
Thu, 16 Jun 2022 19:48:26 +0000 (21:48 +0200)
commit4f85cec9e2077681b3dacc3108e646d509b720bf
tree55970af7f4ac8cc26869fe9d02cb65c907bd2956
parent138db8e48b0bb006b1561f8ec76ade97afc6cbd7
gh-93353: regrtest supports checking tmp files with -j2 (#93909)

regrtest now also implements checking for leaked temporary files and
directories when using -jN for N >= 2. Use tempfile.mkdtemp() to
create the temporary directory. Skip this check on WASI.
Lib/test/libregrtest/runtest_mp.py
Lib/test/test_regrtest.py
Misc/NEWS.d/next/Tests/2022-06-16-17-50-58.gh-issue-93353.JdpATx.rst [new file with mode: 0644]