]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-146202: Create tmp_dir in regrtest worker (GH-146347) (#146350)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 24 Mar 2026 00:10:25 +0000 (01:10 +0100)
committerGitHub <noreply@github.com>
Tue, 24 Mar 2026 00:10:25 +0000 (00:10 +0000)
commit0d82ce82f15f3761704cd77fc9412b61a41f78ae
tree92acfb0630c015e75604422a20058c23d90086cf
parent1f9958f909c1b41a4ffc0b613ef8ec8fa5e7c474
[3.13] gh-146202: Create tmp_dir in regrtest worker (GH-146347) (#146350)

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]