mirror of
https://github.com/python/cpython.git
synced 2025-11-26 21:33:10 +00:00
Issue #10451: memoryview objects could allow to mutate a readable buffer.
Initial patch by Ross Lagerwall.
This commit is contained in:
parent
c8a16867f6
commit
ad62b03949
4 changed files with 18 additions and 4 deletions
|
|
@ -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
|
||||
-------
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue