]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 70191 via svnmerge from
authorHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Thu, 5 Mar 2009 14:44:34 +0000 (14:44 +0000)
committerHirokazu Yamamoto <ocean-city@m2.ccsnet.ne.jp>
Thu, 5 Mar 2009 14:44:34 +0000 (14:44 +0000)
commitc8036af0176d649edd28274ba787696e931e786a
tree1c24066b242a191172aa3936ce96d95da8c3f948
parent826e023f7875342d95155159f4dd22ebe3736ebd
Merged revisions 70191 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

................
  r70191 | hirokazu.yamamoto | 2009-03-05 23:33:01 +0900 | 12 lines

  Merged revisions 70189 via svnmerge from
  svn+ssh://pythondev@svn.python.org/python/trunk

  ........
    r70189 | hirokazu.yamamoto | 2009-03-05 23:21:12 +0900 | 4 lines

    Issue #5385: Fixed mmap crash after resize failure on windows.

    Now uses NULL instead of INVALID_HANDLE_VALUE as invalid map handle
    because CreateFileMapping returns NULL when error occurs.
  ........
................
Lib/test/test_mmap.py
Misc/NEWS
Modules/mmapmodule.c