We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcd9ca4 commit 556e623Copy full SHA for 556e623
stdlib/mmap.pyi
@@ -13,6 +13,8 @@ ALLOCATIONGRANULARITY: int
13
if sys.platform == "linux":
14
MAP_DENYWRITE: int
15
MAP_EXECUTABLE: int
16
+ if sys.version_info >= (3, 10):
17
+ MAP_POPULATE: int
18
19
if sys.platform != "win32":
20
MAP_ANON: int
tests/stubtest_allowlists/linux-py310.txt
@@ -20,7 +20,6 @@ select.epoll.register
# Exists at runtime, but missing from stubs
21
asyncio.PidfdChildWatcher
22
asyncio.unix_events.PidfdChildWatcher
23
-mmap.MAP_POPULATE
24
os.EFD_CLOEXEC
25
os.EFD_NONBLOCK
26
os.EFD_SEMAPHORE
0 commit comments