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

tholzer report at bugs.python.org
Fri May 30 00:16:11 CEST 2014


tholzer added the comment:

Oops, I missed a break statement at the end of socket_2.7.3_eintr_patch.py. I've fixed this now in the attached patch.

@meishao

Could you please also update your socket_2_7_2_patch.py and add the missing break statement ?

----------
Added file: http://bugs.python.org/file35406/socket_2.7.3_eintr_patch.py

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


More information about the Python-bugs-list mailing list