STINNER Victor <vstin...@redhat.com> added the comment:

The current status is that regrtest has a new --cleanup command but it's not 
used. regrtest should not leak temporary files anymore.

The remaining issue is when regrtest re-runs tests sequentially and a test does 
crash the regrtest main process. In this case, the temporary directory is not 
removed.

I created bpo-37711 "regrtest: re-run failed tests in subprocesses" for this 
case. The initial issue has been fixed, so I close the issue.

----------
resolution:  -> fixed
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue37359>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to