commit | 8a0eede21de65f2d96c7e533e3c2aeca60a7859a | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Jan 20 21:20:18 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Jan 20 21:20:18 2011 +0000 |
tree | babcc40240337cb8c405723104d256583b9b302c | |
parent | 7e8fbd2b7deb51999908ab0b4f61ac254a9cf81a [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. ........