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

There's nothing we could easily change to use the native OS append mode or 
support inheritance of file descriptors in subprocess. A general solution would 
be to give up on C file descriptors and CRT functions such as _wopen(), read(), 
etc, and instead implement our own I/O and filesystem support in the os and io 
modules, based on native handles and the Windows API. This change has been 
discussed, but I don't know whether or not it's just a pipe dream.

----------

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

Reply via email to