]> granicus.if.org Git - python/commit
Merged revisions 88486 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 21 Feb 2011 23:59:20 +0000 (23:59 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 21 Feb 2011 23:59:20 +0000 (23:59 +0000)
commitf4d2b3dc1091717b6dfe1e5c63a70feb2bb246d7
tree2651a8dc12b0638368d88b61130cc26e9bc1bdbe
parente6cc7d64275cc90c2b05fc29604d0e02ff2bc2d8
Merged revisions 88486 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88486 | antoine.pitrou | 2011-02-22 00:41:12 +0100 (mar., 22 févr. 2011) | 5 lines

  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