mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
0d82ce82f1
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 bcff99cb3f)
Co-authored-by: Victor Stinner <vstinner@python.org>