Alexey Izbyshev <izbys...@ispras.ru> added the comment:

Serhiy, PyOS_* functions are called only if preexec_fn != None. But it will 
never be possible to implement support for preexec_fn (and some other 
subprocess features, e.g. close_fds) if processes are run via posix_spawn, so I 
don't see why anything should be done with those functions.

----------

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

Reply via email to