[issue11265] asyncore does not check for EAGAIN errno

2011-02-20 Thread Марк Коренберг
Changes by Марк Коренберг : -- type: -> behavior ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.p

[issue11265] asyncore does not check for EAGAIN errno

2011-02-20 Thread Марк Коренберг
New submission from Марк Коренберг : According to man: -- ERRORS EAGAIN or EWOULDBLOCK The socket is marked nonblocking and no connections are present to be accepted. POSIX.1-2001 allows either error to be returned for this case, and does not require these constants