Gregory P. Smith added the comment:

I like the socketmodule.c part of socket_eintr.1.patch, but it appears to still 
have the issue haypo describes in https://bugs.python.org/issue20611#msg240194 
where connect() cannot be called more than once.  The kernel carries on with 
the connect without our process waiting for it, we have to monitor it to know 
when it has succeeded or failed.

See 
https://hg.python.org/cpython/file/85a5265909cb/Modules/socketmodule.c#l2610 
and issue23618 from Python 3.5.

[code review done at 35,000ft, thanks chromebook gogo free wifi pass!]

----------

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

Reply via email to