[issue16133] asyncore.dispatcher.recv doesn't handle EAGAIN / EWOULDBLOCK

Giampaolo Rodola' report at bugs.python.org
Fri Apr 26 15:37:09 CEST 2013


Giampaolo Rodola' added the comment:

Patch is in attachment.
I'm a bit worried about Python versions < 3.4 because this kinds of breaks backward compatibility as recv() is not expected to return None but I see no other saner solution.

----------
keywords: +patch
Added file: http://bugs.python.org/file30026/issue16133.patch

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


More information about the Python-bugs-list mailing list