Skip to content

Commit ddf6c62

Browse files
authored
Update select module for 3.14 (#14125)
1 parent 23e702b commit ddf6c62

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

stdlib/@tests/stubtest_allowlists/linux-py314.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,3 @@ asyncio.unix_events._DefaultEventLoopPolicy
1010
ctypes.c_double_complex._type_
1111
ctypes.c_float_complex._type_
1212
ctypes.c_longdouble_complex._type_
13-
select.EPOLLWAKEUP

stdlib/select.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,8 @@ if sys.platform == "linux":
148148
EPOLLWRBAND: int
149149
EPOLLWRNORM: int
150150
EPOLL_CLOEXEC: int
151+
if sys.version_info >= (3, 14):
152+
EPOLLWAKEUP: int
151153

152154
if sys.platform != "linux" and sys.platform != "darwin" and sys.platform != "win32":
153155
# Solaris only

0 commit comments

Comments
 (0)