]> granicus.if.org Git - python/commit
Merged revisions 88131 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 20 Jan 2011 21:20:18 +0000 (21:20 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 20 Jan 2011 21:20:18 +0000 (21:20 +0000)
commit8a0eede21de65f2d96c7e533e3c2aeca60a7859a
treebabcc40240337cb8c405723104d256583b9b302c
parent7e8fbd2b7deb51999908ab0b4f61ac254a9cf81a
Merged revisions 88131 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88131 | antoine.pitrou | 2011-01-20 22:07:24 +0100 (jeu., 20 janv. 2011) | 6 lines

  Issue #10955: Fix a potential crash when trying to mmap() a file past its
  length.  Initial patch by Ross Lagerwall.

  This fixes a regression introduced by r88022.
........
Lib/test/test_mmap.py
Misc/NEWS
Modules/mmapmodule.c