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

Roy Smith report at bugs.python.org
Sun Nov 21 22:22:49 CET 2010


Roy Smith <roy at panix.com> added the comment:

I got into this by starting with Issue7322, which reports a scenario where data is lost using makefile().  The docs for makefile() say, "The socket must be in blocking mode (it can not have a timeout)".  So, we've got published documentation which equates non-blocking mode with a timeout set.

----------

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


More information about the Python-bugs-list mailing list