commit | 3013b16b62be7768700d685f6a68e606b5f20e5a | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Tue Jan 18 19:06:19 2011 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Tue Jan 18 19:06:19 2011 +0000 |
tree | 841a69e91c9102f4585e7bc11eb9c719ef689795 | |
parent | 4a70550c1c3fb74985a2f4dd91a9a9cdb9e2fed6 [diff] |
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. ........