New submission from STINNER Victor <vstin...@redhat.com>:

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.

----------
components: Tests
messages: 346692
nosy: vstinner
priority: normal
severity: normal
status: open
title: Tests leak temporary files
versions: Python 3.9

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

Reply via email to