]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #1733986: Fixed mmap crash in accessing elements of second map object
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Sat, 28 Feb 2009 12:13:07 +0000 (12:13 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Sat, 28 Feb 2009 12:13:07 +0000 (12:13 +0000)
commitb0e10c760c8b7907aee3253054f5ac65fe1b1d12
treea9b6629c7ad72d3451ef577508d08be69c3515cc
parentf2dc885780278246d1a4572c822c4387142a84df
Issue #1733986: Fixed mmap crash in accessing elements of second map object
with same tagname but larger size than first map. (Windows)
Lib/test/test_mmap.py
Misc/NEWS
Modules/mmapmodule.c