[issue11265] asyncore does not check for EAGAIN and EPIPE errno

Марк Коренберг report at bugs.python.org
Thu Mar 3 19:30:37 CET 2011


Марк Коренберг <socketpair at gmail.com> added the comment:

> I did not catch EAGAIN in connect() as it makes hang some tests.
maybe incorrect tests? which test(s) failed ?

mmarkk at fad:/usr/include$ fgrep EWOULDB -r .
./asm-generic/errno.h:#define	EWOULDBLOCK	EAGAIN	/* Operation would block */

So not catching EAGAIN ( at least in Linux) can not make some tests hang.

----------

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


More information about the Python-bugs-list mailing list