Eryk Sun <eryk...@gmail.com> added the comment:

> you are proposing some trick with first unlinking the file and 
> then employing it as a temporary file using previously known fd.

It doesn't need to unlink the file to make it anonymous. I included that to 
highlight that it's possible. The details can be discussed and hashed out in 
the PR.

I don't think implementing TemporaryFile() in Windows is separate from this 
issue. It goes hand in hand with the decision to stop using O_TEMPORARY in 
NamedTemporaryFile().

----------

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

Reply via email to