Issue #10451: memoryview objects could allow to mutate a readable buffer.

Initial patch by Ross Lagerwall.
This commit is contained in:
Antoine Pitrou 2011-01-18 18:57:52 +00:00
parent c8a16867f6
commit ad62b03949
4 changed files with 18 additions and 4 deletions

View file

@ -10,6 +10,9 @@ What's New in Python 3.2 Release Candidate 2?
Core and Builtins
-----------------
- Issue #10451: memoryview objects could allow to mutate a readable buffer.
Initial patch by Ross Lagerwall.
Library
-------