mirror of
https://github.com/davidhalter/typeshed.git
synced 2025-12-16 08:47:39 +08:00
Fix availability of some constants for Windows (#10818)
This commit is contained in:
@@ -28,7 +28,7 @@ if sys.platform != "win32":
|
||||
PROT_READ: int
|
||||
PROT_WRITE: int
|
||||
|
||||
PAGESIZE: int
|
||||
PAGESIZE: int
|
||||
|
||||
class mmap(Iterable[int], Sized):
|
||||
if sys.platform == "win32":
|
||||
|
||||
Reference in New Issue
Block a user