[issue4708] os.pipe should return inheritable descriptors (Windows)

STINNER Victor report at bugs.python.org
Thu Feb 13 14:52:42 CET 2014


STINNER Victor added the comment:

The PEP 446 has been implemented in Python 3.4 and all file descriptors and sockets are now created non-inheritable by default. Use os.set_inheritable() to make the pipe fds inheritable.

----------
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list