[issue14243] tempfile.NamedTemporaryFile not particularly useful on Windows

Eryk Sun report at bugs.python.org
Wed Sep 9 17:22:03 EDT 2020


Eryk Sun <eryksun at gmail.com> added the comment:

> Nothing preventing someone from contributing the flag on open as well. 

To be clear, supporting delete-access sharing would require re-implementing C _wopen in terms of CreateFileW, _open_osfhandle, etc. It could be implemented as _Py_wopen in Python/fileutils.c.

----------

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


More information about the Python-bugs-list mailing list