This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients miss-islington, pablogsal, vstinner
Date 2019-07-29.23:45:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564443927.53.0.780934814281.issue37359@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2019-07-29 23:45:27vstinnersetrecipients: + vstinner, pablogsal, miss-islington
2019-07-29 23:45:27vstinnersetmessageid: <1564443927.53.0.780934814281.issue37359@roundup.psfhosted.org>
2019-07-29 23:45:27vstinnerlinkissue37359 messages
2019-07-29 23:45:27vstinnercreate