[issue20611] socket.create_connection() doesn't handle EINTR properly

Gregory P. Smith report at bugs.python.org
Tue Jun 3 09:44:46 CEST 2014


Gregory P. Smith added the comment:

Something like the patch i'm attaching to socketmodule.c is what I would prefer.  I haven't looked at or tried tests for it yet.

----------
assignee:  -> gregory.p.smith
keywords: +patch
Added file: http://bugs.python.org/file35465/issue20611-connect-eintr-gps01.diff

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


More information about the Python-bugs-list mailing list