mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-01 13:40:23 +08:00
Add errno.ENOTCAPABLE (#14748)
This commit is contained in:
@@ -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]
|
||||
|
||||
Reference in New Issue
Block a user