Update select module for 3.14 (#14125)

This commit is contained in:
sobolevn
2025-05-23 08:46:53 +03:00
committed by GitHub
parent 23e702b4b1
commit ddf6c62482
2 changed files with 2 additions and 1 deletions
@@ -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
+2
View File
@@ -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