]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-32798: Add restriction on the offset parameter for mmap.flush in the docs (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 20 Oct 2018 00:48:05 +0000 (17:48 -0700)
committerGitHub <noreply@github.com>
Sat, 20 Oct 2018 00:48:05 +0000 (17:48 -0700)
commit557a68789b97bf281aa7b7e96f083982c01a5f7e
tree4bce694b4aaf98f8447ba2786a300b9e25f6c51e
parent8f53dcdb246a3acb0e64b742c35b5f785bd19092
bpo-32798: Add restriction on the offset parameter for mmap.flush in the docs (GH-5621)

Add restriction on the offset parameter for mmap.flush.

Explain that ALLOCATIONGRANULARITY is the same as PAGESIZE in Unix.
(cherry picked from commit 027664a3d5ebad575aafe5fcc572e3b05f7f24e5)

Co-authored-by: Pablo Galindo <Pablogsal@gmail.com>
Doc/library/mmap.rst