mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-19 01:22:51 +08:00
Make stubtest work better on macOS (#10263)
This commit is contained in:
@@ -20,6 +20,9 @@ if sys.platform != "win32":
|
||||
F_SETOWN: int
|
||||
F_UNLCK: int
|
||||
F_WRLCK: int
|
||||
|
||||
F_GETLEASE: int
|
||||
F_SETLEASE: int
|
||||
if sys.platform == "darwin":
|
||||
F_FULLFSYNC: int
|
||||
F_NOCACHE: int
|
||||
@@ -30,11 +33,9 @@ if sys.platform != "win32":
|
||||
F_SETSIG: int
|
||||
F_SHLCK: int
|
||||
F_SETLK64: int
|
||||
F_SETLEASE: int
|
||||
F_GETSIG: int
|
||||
F_NOTIFY: int
|
||||
F_EXLCK: int
|
||||
F_GETLEASE: int
|
||||
F_GETLK64: int
|
||||
if sys.version_info >= (3, 8):
|
||||
F_ADD_SEALS: int
|
||||
|
||||
Reference in New Issue
Block a user