[issue17036] Implementation of the PEP 433: Easier suppression of file descriptor inheritance

STINNER Victor report at bugs.python.org
Tue Jan 29 14:16:17 CET 2013


STINNER Victor added the comment:

> My TODO list is almost empty

Oh, I forgot one point: I stil don't know if the close-on-exec flag of
file descriptors of pass_fds argument of subprocess.Popen should be
set. If close-on-exec flag is set globally, it's not convinient to
have to clear the flag manually on each file descriptor.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue17036>
_______________________________________


More information about the Python-bugs-list mailing list