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

Antoine Pitrou report at bugs.python.org
Tue May 20 13:39:48 CEST 2014


Antoine Pitrou added the comment:

@tholzer, to clarify Charles-François's comment: EINTR should be handled in socket.connect() and socket.getaddrinfo() (the two syscalls called by create_connection(), AFAIR).

----------

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


More information about the Python-bugs-list mailing list