]> granicus.if.org Git - python/commit
Merged revisions 88097 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 18 Jan 2011 19:06:19 +0000 (19:06 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 18 Jan 2011 19:06:19 +0000 (19:06 +0000)
commit3013b16b62be7768700d685f6a68e606b5f20e5a
tree841a69e91c9102f4585e7bc11eb9c719ef689795
parent4a70550c1c3fb74985a2f4dd91a9a9cdb9e2fed6
Merged revisions 88097 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r88097 | antoine.pitrou | 2011-01-18 19:57:52 +0100 (mar., 18 janv. 2011) | 4 lines

  Issue #10451: memoryview objects could allow to mutate a readable buffer.
  Initial patch by Ross Lagerwall.
........
Lib/test/test_memoryview.py
Misc/NEWS
Objects/memoryobject.c