mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-02-05 17:37:41 +08:00
Add workflow stubtests for macos (#5384)
* Add macos to stubtest * Add general darwin stubtest exception file * Adding exceptions and platform ifs
This commit is contained in:
@@ -9,11 +9,13 @@ ACCESS_COPY: int
|
||||
|
||||
ALLOCATIONGRANULARITY: int
|
||||
|
||||
if sys.platform == "linux":
|
||||
MAP_DENYWRITE: int
|
||||
MAP_EXECUTABLE: int
|
||||
|
||||
if sys.platform != "win32":
|
||||
MAP_ANON: int
|
||||
MAP_ANONYMOUS: int
|
||||
MAP_DENYWRITE: int
|
||||
MAP_EXECUTABLE: int
|
||||
MAP_PRIVATE: int
|
||||
MAP_SHARED: int
|
||||
PROT_EXEC: int
|
||||
|
||||
Reference in New Issue
Block a user