http://lackingrhoticity.blogspot.com/2015/05/passing-fds-handles-between-processes.html
If I'm reading this correctly, it doesn't affect our Open(fd) API on Windows, but only how descriptors are communicated between processes that want to make use of it. On Thu, Oct 3, 2019 at 4:24 PM Antoine Pitrou <anto...@python.org> wrote: > > Le 03/10/2019 à 23:21, John Muehlhausen a écrit : > > > > Would we just make a variant of Open() that takes a fd rather than a > path? > > That sounds like a good idea. Would you like to open a JIRA and a PR? > > > Would this API have any analogy on Windows? Do we have platform-specific > > functionality? > > File descriptors exist on Windows, so it should be fine there as well. > > Regards > > Antoine. >