[issue7995] On Mac / BSD sockets returned by accept inherit the parent's FD flags

Daniel Stutzbach report at bugs.python.org
Wed Mar 30 19:03:51 CEST 2011


Daniel Stutzbach <stutzbach at google.com> added the comment:

I'm confused by the patch (ed0259230611).  The patch comment and the NEWS item state "the returned socket is now always non-blocking" but the code change adds "sock.setblocking(True)".

----------
nosy: +stutzbach

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


More information about the Python-bugs-list mailing list