STINNER Victor added the comment:

File descriptors are not closed, but not inherited neither, in Python 3.4. See 
the PEP 446.

To have a reliable behaviour on all platforms and all Python versions, just use 
the pass_fds parameter.

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue23288>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to