]> granicus.if.org Git - python/commit
(Merge 3.1) Issue #11277: mmap.mmap() calls fcntl(fd, F_FULLFSYNC) on Mac OS X
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 1 May 2011 23:11:33 +0000 (01:11 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 1 May 2011 23:11:33 +0000 (01:11 +0200)
commit8108e96bc811eeb61594e398848d25cbe9efbffe
tree31ca95d076488661f741776f28d7d1b4ebd711c4
parentcee01bf18faa9eb95b93c24711cbebbe36d91336
parenta6cd0cf0f5530f1e96114927b2824f6dc61f1bbd
(Merge 3.1) Issue #11277: mmap.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