Eryk Sun added the comment:

Implementing pass_fds on Windows is a problem if Popen has to implement the 
undocumented use of the STARTUPINFO cbReserved2 and lpReserved2 fields to 
inherit CRT file descriptors. I suppose we could implement this ourselves in 
_winapi since it's unlikely that the data format will ever change. Just copy 
what the CRT's accumulate_inheritable_handles() function does, but constrained 
by an array of file descriptors.

----------
components: +Library (Lib)
nosy: +eryksun
stage:  -> patch review
versions: +Python 3.7 -Python 3.5

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

Reply via email to