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

R. David Murray report at bugs.python.org
Mon Mar 27 17:20:22 EDT 2017


R. David Murray added the comment:

His problem is that the file has already been deleted by the time the subprocess returns, so the unlink is going to raise an exception.

----------

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


More information about the Python-bugs-list mailing list