]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 68200 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 3 Jan 2009 17:10:05 +0000 (17:10 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 3 Jan 2009 17:10:05 +0000 (17:10 +0000)
commit4c8aa715664c84e9cf72457fdb6d3a631104a81c
treecbbcb69ddd1fbccdfcc89de3d15cbea1f46cacf0
parentc55d433a93fcd2bda7b7232085a60684ee2b2f23
Merged revisions 68200 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r68200 | antoine.pitrou | 2009-01-03 17:59:18 +0100 (sam., 03 janv. 2009) | 8 lines

  Issue #4580: slicing of memoryviews when itemsize != 1 is wrong.
  Also fix len() to return number of items rather than length in bytes.

  I'm sorry it was not possible for me to work on this without reindenting
  a bit some stuff around. The indentation in memoryobject.c is a mess,
  I'll open a separate bug for it.
........
Include/object.h
Lib/ctypes/test/test_pep3118.py
Lib/test/test_io.py
Lib/test/test_memoryview.py
Lib/test/test_sys.py
Misc/NEWS
Objects/memoryobject.c
Objects/unicodeobject.c