]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 88131 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 20 Jan 2011 21:11:13 +0000 (21:11 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 20 Jan 2011 21:11:13 +0000 (21:11 +0000)
commit6107a4e24a0347df6c1e337a23bdcc735539a0cf
treea389f4774aff6a86ed6042d6326497d1c5fa8561
parent710e96651d5fb2936a486a801801ddf24ab614d1
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