[issue22722] inheritable pipes are unwieldy without os.pipe2

STINNER Victor report at bugs.python.org
Sat Oct 25 08:31:22 CEST 2014


STINNER Victor added the comment:

os.dup2() is really a special case for inheritable file descriptors. See
the PEP 446.

----------

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


More information about the Python-bugs-list mailing list