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 <rep...@bugs.python.org>
<http://bugs.python.org/issue4708>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to