cpython/Lib/test/libregrtest
Miss Islington (bot) ecd668d6d9
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.
(cherry picked from commit 3c93153f7d)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
2019-05-14 08:25:06 -07:00
..
__init__.py
cmdline.py bpo-36719: regrtest -jN no longer stops on crash (GH-13231) 2019-05-13 10:55:07 -07:00
main.py bpo-36915: regrtest always remove tempdir of worker processes (GH-13312) 2019-05-14 08:25:06 -07:00
refleak.py [3.7] bpo-36719: sync regrtest with master branch (GH-12967) 2019-04-26 12:16:30 +02:00
runtest.py bpo-36719: regrtest -jN no longer stops on crash (GH-13231) 2019-05-13 10:55:07 -07:00
runtest_mp.py bpo-36915: regrtest always remove tempdir of worker processes (GH-13312) 2019-05-14 08:25:06 -07:00
save_env.py [3.7] bpo-36719: sync regrtest with master branch (GH-12967) 2019-04-26 12:16:30 +02:00
setup.py [3.7] bpo-36560: regrtest: don't collect the GC twice (GH-12747) (GH-12749) 2019-04-09 18:55:50 +02:00
utils.py [3.7] bpo-36719: sync regrtest with master branch (GH-12967) 2019-04-26 12:16:30 +02:00
win_utils.py [3.7] bpo-36719: sync regrtest with master branch (GH-12967) 2019-04-26 12:16:30 +02:00