]> granicus.if.org Git - python/commit
bpo-32941: Add madvise() for mmap objects (GH-6172)
authorZackery Spytz <zspytz@gmail.com>
Mon, 27 May 2019 16:48:17 +0000 (10:48 -0600)
committerAntoine Pitrou <antoine@python.org>
Mon, 27 May 2019 16:48:16 +0000 (18:48 +0200)
commit02db696732c031d9a0265dc9bbf4f5b1fad042b3
treee98de473936501302c683c984a9f8b4fdccf6dd2
parent331a6a56e9a9c72f3e4605987fabdaec72677702
bpo-32941: Add madvise() for mmap objects (GH-6172)

Allow mmap objects to access the madvise() system call.
Doc/library/mmap.rst
Doc/whatsnew/3.8.rst
Lib/test/test_mmap.py
Misc/NEWS.d/next/Library/2018-03-20-20-57-00.bpo-32941.9FU0gL.rst [new file with mode: 0644]
Modules/mmapmodule.c
configure
configure.ac
pyconfig.h.in