[issue29573] NamedTemporaryFile with delete=True should not fail if file already deleted

Jakub Wilk report at bugs.python.org
Mon Feb 27 19:46:23 EST 2017


Jakub Wilk added the comment:

Deleting non-existent files in /tmp is an indicator of a security hole.
This kind of error must never pass silently.

----------
nosy: +jwilk

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29573>
_______________________________________


More information about the Python-bugs-list mailing list