]> granicus.if.org Git - python/commit
Issue #10451: memoryview objects could allow to mutate a readable buffer.
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 18 Jan 2011 18:57:52 +0000 (18:57 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 18 Jan 2011 18:57:52 +0000 (18:57 +0000)
commitad62b03949eca11677fd55df2f8d5f7ef5f504e8
tree551fbc324e700f5cb526e2a31c8a5540015aa1a1
parentc8a16867f69c1a28ee6804bb71d67ac5d82fe4d8
Issue #10451: memoryview objects could allow to mutate a readable buffer.
Initial patch by Ross Lagerwall.
Lib/test/test_getargs2.py
Lib/test/test_memoryview.py
Misc/NEWS
Objects/memoryobject.c