Skip to content

Commit de3dc0f

Browse files
committed
fix attribute error
1 parent ff45fed commit de3dc0f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Lib/asyncore.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@
5454

5555
import os
5656
from errno import EALREADY, EINPROGRESS, EWOULDBLOCK, ECONNRESET, EINVAL, \
57-
ENOTCONN, ESHUTDOWN, EINTR, EISCONN, EBADF, ECONNABORTED, EPIPE, errorcode
57+
ENOTCONN, ESHUTDOWN, EINTR, EISCONN, EBADF, ECONNABORTED, EPIPE, EAGAIN, \
58+
errorcode
5859

5960
_DISCONNECTED = frozenset((ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED, EPIPE,
6061
EBADF))

0 commit comments

Comments
 (0)