[New-bugs-announce] [issue11265] asyncore does not check for EAGAIN errno

Марк Коренберг report at bugs.python.org
Mon Feb 21 06:18:52 CET 2011


New submission from Марк Коренберг <socketpair at gmail.com>:

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 to have the same value, so a portable application should check for both possibilities.
-----------------

patch included

----------
components: Library (Lib)
files: z.patch
keywords: patch
messages: 128939
nosy: mmarkk
priority: normal
severity: normal
status: open
title: asyncore does not check for EAGAIN errno
versions: Python 2.6, Python 2.7, Python 3.1, Python 3.2, Python 3.3
Added file: http://bugs.python.org/file20817/z.patch

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


More information about the New-bugs-announce mailing list