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 vstinner
Date 2019-06-26.22:34:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561588455.96.0.166877646344.issue37421@roundup.psfhosted.org>
In-reply-to
Content
When running tests, the tempoary directory is not left clean: there are temporary files which are not removed.

I wrote a PoC change to detect such bugs and I found that at least test_shutil and test_urllib leak such temporary files/directories.
History
Date User Action Args
2019-06-26 22:34:15vstinnersetrecipients: + vstinner
2019-06-26 22:34:15vstinnersetmessageid: <1561588455.96.0.166877646344.issue37421@roundup.psfhosted.org>
2019-06-26 22:34:15vstinnerlinkissue37421 messages
2019-06-26 22:34:15vstinnercreate