]> granicus.if.org Git - python/commit
Issue #2643: msync() is not called anymore when deallocating an open mmap
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 21 Sep 2010 16:08:27 +0000 (16:08 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 21 Sep 2010 16:08:27 +0000 (16:08 +0000)
commit52d42503d5f7e763264b03f12785c46a467c196b
tree5a906c1cafd489974fa28dc89b52d5bde70e7d69
parente31f7d9e2e7e3ada5bbc912d4c752fa9ce4c4f7e
Issue #2643: msync() is not called anymore when deallocating an open mmap
object, only munmap().
Misc/NEWS
Modules/mmapmodule.c