STINNER Victor <vstin...@python.org> added the comment:
> Have we seen this recently? Should we just close this? I'm fine with closing an issue which was a failure on a buildbot which was not seen in the last 3 months. I close the issue as out of date. Moreover, since January, I enhanced regrtest to ensure that temporary directories created by child processes are removed, especially when they crash. See bpo-36915: ommit 3c93153f7db5dd9b06f229e61978fd9199b3c097 Author: Victor Stinner <vstin...@redhat.com> Date: Tue May 14 15:49:16 2019 +0200 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. It's not perfect yet, but it's better than previously :-) See bpo-37531 for a follow-up issue. ---------- resolution: -> out of date stage: -> resolved status: open -> closed _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue35795> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com