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.
errno
1 parent 341fab4 commit 23e702bCopy full SHA for 23e702b
2 files changed
stdlib/@tests/stubtest_allowlists/linux-py314.txt
@@ -10,5 +10,4 @@ asyncio.unix_events._DefaultEventLoopPolicy
10
ctypes.c_double_complex._type_
11
ctypes.c_float_complex._type_
12
ctypes.c_longdouble_complex._type_
13
-errno.EHWPOISON
14
select.EPOLLWAKEUP
stdlib/errno.pyi
@@ -170,6 +170,9 @@ if sys.platform != "win32" and sys.platform != "darwin":
170
ENOMEDIUM: int
171
ERFKILL: int
172
173
+ if sys.version_info >= (3, 14):
174
+ EHWPOISON: int
175
+
176
if sys.platform == "win32":
177
# All of these are undocumented
178
WSABASEERR: int
0 commit comments