Vetoshkin Nikita <nikita.vetosh...@gmail.com> added the comment:

Started implementing accept4() socket method and stuck on socket object's 
timeout attribute. What value should we assign to sock->sock_timeout if 
SOCK_NONBLOCK was specified in accept4() call? And in socket.py should we check 
as in original accept:
if getdefaulttimeout() is None and self.gettimeout():
   sock.setblocking(True)

----------

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

Reply via email to