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.
V
Victor Stinner committed
3c93153f7db5dd9b06f229e61978fd9199b3c097
Parent: 2bc158f
Committed by GitHub <noreply@github.com>
on 5/14/2019, 1:49:16 PM