[issue11266] asyncore does not handle EINTR in recv, send, connect, accept,

STINNER Victor report at bugs.python.org
Sat Jun 28 00:29:52 CEST 2014


STINNER Victor added the comment:

It was already discussed in other issues, the issue is not specific to asyncore: Python code should not handle EINTR. IMO the C module socket should handle EINTR for you.

----------
nosy: +haypo

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


More information about the Python-bugs-list mailing list