Update errno module for 3.14 (#14123)

This commit is contained in:
sobolevn
2025-05-22 16:52:33 +03:00
committed by GitHub
parent 341fab4306
commit 23e702b4b1
2 changed files with 3 additions and 1 deletions
+3
View File
@@ -170,6 +170,9 @@ if sys.platform != "win32" and sys.platform != "darwin":
ENOMEDIUM: int
ERFKILL: int
if sys.version_info >= (3, 14):
EHWPOISON: int
if sys.platform == "win32":
# All of these are undocumented
WSABASEERR: int