commit | 027664a3d5ebad575aafe5fcc572e3b05f7f24e5 | [log] [tgz] |
---|---|---|
author | Pablo Galindo <Pablogsal@gmail.com> | Sat Oct 20 01:37:55 2018 +0100 |
committer | Victor Stinner <vstinner@redhat.com> | Sat Oct 20 02:37:55 2018 +0200 |
tree | 57bc41cc6bdff3f9a66f6b7710250242dce471bf | |
parent | 13ae4d44381a647aadd09b70b24833052659be41 [diff] |
bpo-32798: Add restriction on the offset parameter for mmap.flush in the docs (#5621) Add restriction on the offset parameter for mmap.flush. Explain that ALLOCATIONGRANULARITY is the same as PAGESIZE in Unix.