[docs] [issue23288] subprocess.Popen close_fds behaviour differs between 3.2 and 3.4

STINNER Victor report at bugs.python.org
Wed Jan 21 11:40:22 CET 2015


STINNER Victor added the comment:

https://docs.python.org/dev/library/os.html#os.pipe

Changed in version 3.4: The new file descriptors are now non-inheritable.

If you don't use the subprocess module, you may use os.set_inheritable().
https://docs.python.org/dev/library/os.html#os.set_inheritable

----------

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


More information about the docs mailing list