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

Charles-François Natali report at bugs.python.org
Tue May 20 07:41:32 CEST 2014


Charles-François Natali added the comment:

As said in a previous comment, we don't want to have EINTR handling
code everywhere.
The right way to do this is to handle it at the syscall level.

----------

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


More information about the Python-bugs-list mailing list