[issue10115] Support accept4() for atomic setting of flags at socket creation

STINNER Victor report at bugs.python.org
Wed Aug 28 01:23:11 CEST 2013


STINNER Victor added the comment:

Python 3.4 now uses accept4() internally for socket.socket.accept(), the new socket is created non-inheritable. 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/issue10115>
_______________________________________


More information about the Python-bugs-list mailing list