Add errno.ENOTCAPABLE (#14748)

This commit is contained in:
Sebastian Rittau
2025-09-19 19:54:51 +02:00
committed by GitHub
parent 15bc02e8e0
commit b158ccd3c1
4 changed files with 25 additions and 0 deletions
+1
View File
@@ -121,6 +121,7 @@ if sys.platform == "darwin":
ESHLIBVERS: Final[int]
if sys.version_info >= (3, 11):
EQFULL: Final[int]
ENOTCAPABLE: Final[int] # available starting with 3.11.1
if sys.platform != "darwin":
EDEADLOCK: Final[int]