summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorDavid CARLIER <devnexen@gmail.com>2021-12-29 13:52:29 (GMT)
committerGitHub <noreply@github.com>2021-12-29 13:52:29 (GMT)
commit66c47b63a0df3143fe48d6efc1183eecda2a363d (patch)
treee2afecfc8dd8583c2bbb45e9462d82d6f735d3ca /Misc
parent77195cd44b2506cda88a3cfc98918526068b1d46 (diff)
downloadcpython-66c47b63a0df3143fe48d6efc1183eecda2a363d.zip
cpython-66c47b63a0df3143fe48d6efc1183eecda2a363d.tar.gz
cpython-66c47b63a0df3143fe48d6efc1183eecda2a363d.tar.bz2
bpo-46176: mmap module adding MAP_STACK constant. (GH-30252)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Library/2021-12-25-11-11-21.bpo-46176.EOY9wd.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2021-12-25-11-11-21.bpo-46176.EOY9wd.rst b/Misc/NEWS.d/next/Library/2021-12-25-11-11-21.bpo-46176.EOY9wd.rst
new file mode 100644
index 0000000..4a50c26
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2021-12-25-11-11-21.bpo-46176.EOY9wd.rst
@@ -0,0 +1 @@
+Adding the ``MAP_STACK`` constant for the mmap module. \ No newline at end of file