Message284834
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. |
|
| Date |
User |
Action |
Args |
| 2017-01-06 16:45:17 | eryksun | set | recipients:
+ eryksun, paul.moore, vstinner, tim.golden, Bernt.Røskar.Brenna, sbt, zach.ware, steve.dower, Segev Finer |
| 2017-01-06 16:45:17 | eryksun | set | messageid: <[email protected]> |
| 2017-01-06 16:45:17 | eryksun | link | issue19764 messages |
| 2017-01-06 16:45:17 | eryksun | create | |
|