We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
select
1 parent 23e702b commit ddf6c62Copy full SHA for ddf6c62
stdlib/@tests/stubtest_allowlists/linux-py314.txt
@@ -10,4 +10,3 @@ asyncio.unix_events._DefaultEventLoopPolicy
10
ctypes.c_double_complex._type_
11
ctypes.c_float_complex._type_
12
ctypes.c_longdouble_complex._type_
13
-select.EPOLLWAKEUP
stdlib/select.pyi
@@ -148,6 +148,8 @@ if sys.platform == "linux":
148
EPOLLWRBAND: int
149
EPOLLWRNORM: int
150
EPOLL_CLOEXEC: int
151
+ if sys.version_info >= (3, 14):
152
+ EPOLLWAKEUP: int
153
154
if sys.platform != "linux" and sys.platform != "darwin" and sys.platform != "win32":
155
# Solaris only
0 commit comments