[issue14243] tempfile.NamedTemporaryFile not particularly useful on Windows

Ethan Furman report at bugs.python.org
Mon Apr 12 15:16:26 EDT 2021


Ethan Furman <ethan at stoneleaf.us> added the comment:

Eryk, I'm not sure if you are agreeing or disagreeing with me. :)

On Windows it sounds like O_TEMPORARY buys us guaranteed file deletion, but costs us easy sharing of file resources and a difference in semantics between Windows and non-Windows.

Is the automatic deletion truly that valuable?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue14243>
_______________________________________


More information about the Python-bugs-list mailing list