mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-09 21:46:42 +08:00
Fix platform availability of some os/posix constants (#10831)
This commit is contained in:
@@ -282,6 +282,8 @@ if sys.platform != "win32":
|
||||
EX_PROTOCOL: int
|
||||
EX_NOPERM: int
|
||||
EX_CONFIG: int
|
||||
|
||||
if sys.platform != "win32" and sys.platform != "darwin":
|
||||
EX_NOTFOUND: int
|
||||
|
||||
P_NOWAIT: int
|
||||
|
||||
Reference in New Issue
Block a user