mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-01-01 00:53:23 +08:00
Add MAP_NORESERVE for Linux (#12385)
This commit is contained in:
@@ -1,3 +1,2 @@
|
||||
# TODO: triage these (new in py313)
|
||||
mmap.MAP_NORESERVE
|
||||
posixpath.splitroot
|
||||
|
||||
@@ -128,3 +128,6 @@ if sys.version_info >= (3, 13) and sys.platform == "darwin":
|
||||
MAP_TRANSLATED_ALLOW_EXECUTE: Final = 131072
|
||||
MAP_UNIX03: Final = 262144
|
||||
MAP_TPRO: Final = 524288
|
||||
|
||||
if sys.version_info >= (3, 13) and sys.platform == "linux":
|
||||
MAP_NORESERVE: Final = 16384
|
||||
|
||||
Reference in New Issue
Block a user