]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-146202: Create tmp_dir in regrtest worker (GH-146347) (#146349)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 Mar 2026 00:13:09 +0000 (01:13 +0100)
committerGitHub <noreply@github.com>
Tue, 24 Mar 2026 00:13:09 +0000 (00:13 +0000)
commitad273f76b2526b0d3b7f28aff26b48270105f4c0
tree93a4377583984bdc4c12d30fe186494be0f69ac2
parentc1df96a930ac86797fbe0c42eb2b0b6299b89092
[3.14] gh-146202: Create tmp_dir in regrtest worker (GH-146347) (#146349)

gh-146202: Create tmp_dir in regrtest worker (GH-146347)

Create tmp_dir in libregrtest.worker since the directory can be
different than the --tempdir directory.
(cherry picked from commit bcff99cb3f3b887a08c4f0ace1279ced38dd9e62)

Co-authored-by: Victor Stinner <vstinner@python.org>
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]