]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-146202: Create tmp_dir in regrtest worker (#146347)
authorVictor Stinner <vstinner@python.org>
Mon, 23 Mar 2026 23:47:47 +0000 (00:47 +0100)
committerGitHub <noreply@github.com>
Mon, 23 Mar 2026 23:47:47 +0000 (23:47 +0000)
commitbcff99cb3f3b887a08c4f0ace1279ced38dd9e62
treef4d5caf04785fa2f27d06a6bde44da420c5e24d8
parent306c556fdbe7034c9a6d87516534eecdb911ad11
gh-146202: Create tmp_dir in regrtest worker (#146347)

Create tmp_dir in libregrtest.worker since the directory can be
different than the --tempdir directory.
Lib/test/libregrtest/utils.py
Lib/test/libregrtest/worker.py
Misc/NEWS.d/next/Tests/2026-03-24-00-15-58.gh-issue-146202.LgH6Bj.rst [new file with mode: 0644]