]> granicus.if.org Git - python/commit
Issue #4681: Allow mmap() to work on file sizes and offsets larger than
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 21 Feb 2011 23:41:12 +0000 (23:41 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 21 Feb 2011 23:41:12 +0000 (23:41 +0000)
commitecc26923cd8a0a3511e1fb89b4b13d74a1391b87
tree217f35056ff9d050976638032576a01edb6c9207
parentce58dc7b166a4859f7e6e3483ac59fa679d78be9
Issue #4681: Allow mmap() to work on file sizes and offsets larger than
4GB, even on 32-bit builds.  Initial patch by Ross Lagerwall, adapted for
32-bit Windows.
Lib/test/test_mmap.py
Misc/NEWS
Modules/mmapmodule.c