summaryrefslogtreecommitdiffstats
path: root/Python
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@redhat.com>2019-05-14 13:49:16 (GMT)
committerGitHub <noreply@github.com>2019-05-14 13:49:16 (GMT)
commit3c93153f7db5dd9b06f229e61978fd9199b3c097 (patch)
treeb25667f4b3502b66fcd74aa98e5661da01fd2fa0 /Python
parent2bc158fefe89db8dfdd6d03ae6b3f2caa2f0cd6c (diff)
downloadcpython-3c93153f7db5dd9b06f229e61978fd9199b3c097.zip
cpython-3c93153f7db5dd9b06f229e61978fd9199b3c097.tar.gz
cpython-3c93153f7db5dd9b06f229e61978fd9199b3c097.tar.bz2
bpo-36915: regrtest always remove tempdir of worker processes (GH-13312)
When using multiprocessing (-jN option), worker processes now create their temporary directory inside the temporary directory of the main process. So the main process is able to remove temporary directories of worker processes even if they crash or when they are killed by regrtest on KeyboardInterrupt (CTRL+c). Rework also how multiprocessing arguments are parsed in main.py.
Diffstat (limited to 'Python')
0 files changed, 0 insertions, 0 deletions