]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 1 May 2011 23:05:37 +0000 (01:05 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 1 May 2011 23:05:37 +0000 (01:05 +0200)
commita6cd0cf0f5530f1e96114927b2824f6dc61f1bbd
treeccd842682a0b4893d38d5b4e3ac44fa06a17c6ae
parent10116d40d8794825c42b2440524411cd406d1f93
Issue #11277: mmap calls fcntl(fd, F_FULLFSYNC) on Mac OS X to get around a
mmap bug with sparse files. Patch written by Steffen Daode Nurpmeso.
Doc/library/mmap.rst
Lib/test/test_zlib.py
Misc/NEWS
Modules/mmapmodule.c