commit | 6107a4e24a0347df6c1e337a23bdcc735539a0cf | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Jan 20 21:11:13 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Jan 20 21:11:13 2011 +0000 |
tree | a389f4774aff6a86ed6042d6326497d1c5fa8561 | |
parent | 710e96651d5fb2936a486a801801ddf24ab614d1 [diff] |
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. ........