mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
fix attribute error
This commit is contained in:
parent
ff45fedf61
commit
de3dc0f66c
1 changed files with 2 additions and 1 deletions
|
|
@ -54,7 +54,8 @@
|
|||
|
||||
import os
|
||||
from errno import EALREADY, EINPROGRESS, EWOULDBLOCK, ECONNRESET, EINVAL, \
|
||||
ENOTCONN, ESHUTDOWN, EINTR, EISCONN, EBADF, ECONNABORTED, EPIPE, errorcode
|
||||
ENOTCONN, ESHUTDOWN, EINTR, EISCONN, EBADF, ECONNABORTED, EPIPE, EAGAIN, \
|
||||
errorcode
|
||||
|
||||
_DISCONNECTED = frozenset((ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED, EPIPE,
|
||||
EBADF))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue