]> granicus.if.org Git - python/commit
Merged revisions 84408-84409 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 1 Sep 2010 21:17:34 +0000 (21:17 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 1 Sep 2010 21:17:34 +0000 (21:17 +0000)
commit9cf85f144e73a1b1566e536436c066cfab32dac8
tree45fa67e0eff68a7d0ef456237c4f12200e16c95e
parent54f824f09268ed2475747fbfe810314420b150f7
Merged revisions 84408-84409 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84408 | antoine.pitrou | 2010-09-01 23:14:16 +0200 (mer., 01 sept. 2010) | 4 lines

  Issue #9737: Fix a crash when trying to delete a slice or an item from
  a memoryview object.
........
  r84409 | antoine.pitrou | 2010-09-01 23:14:46 +0200 (mer., 01 sept. 2010) | 3 lines

  Fix a compilation warning
........
Lib/test/test_memoryview.py
Misc/NEWS
Objects/memoryobject.c