mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-05-07 05:54:02 +08:00
Update select module for 3.14 (#14125)
This commit is contained in:
@@ -10,4 +10,3 @@ asyncio.unix_events._DefaultEventLoopPolicy
|
||||
ctypes.c_double_complex._type_
|
||||
ctypes.c_float_complex._type_
|
||||
ctypes.c_longdouble_complex._type_
|
||||
select.EPOLLWAKEUP
|
||||
|
||||
@@ -148,6 +148,8 @@ if sys.platform == "linux":
|
||||
EPOLLWRBAND: int
|
||||
EPOLLWRNORM: int
|
||||
EPOLL_CLOEXEC: int
|
||||
if sys.version_info >= (3, 14):
|
||||
EPOLLWAKEUP: int
|
||||
|
||||
if sys.platform != "linux" and sys.platform != "darwin" and sys.platform != "win32":
|
||||
# Solaris only
|
||||
|
||||
Reference in New Issue
Block a user