[issue12107] TCP listening sockets created without FD_CLOEXEC flag

STINNER Victor report at bugs.python.org
Wed Aug 28 01:24:06 CEST 2013


STINNER Victor added the comment:

Sockets are now created non-inheritable in Python 3.4. See the PEP 446 for more information (PEP implemented in the issue #18571).

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

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


More information about the Python-bugs-list mailing list