diff --git a/stdlib/@tests/stubtest_allowlists/linux-py314.txt b/stdlib/@tests/stubtest_allowlists/linux-py314.txt index 46cfad47a..f5256fd59 100644 --- a/stdlib/@tests/stubtest_allowlists/linux-py314.txt +++ b/stdlib/@tests/stubtest_allowlists/linux-py314.txt @@ -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 diff --git a/stdlib/select.pyi b/stdlib/select.pyi index 42941b9e4..023547390 100644 --- a/stdlib/select.pyi +++ b/stdlib/select.pyi @@ -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