mirror of
https://github.com/python/cpython.git
synced 2025-10-03 05:35:59 +00:00
Issue #15814: Add NEWS entry regarding intended memoryview hashing restrictions
This commit is contained in:
parent
d40528fe9a
commit
f147d7345a
1 changed files with 8 additions and 0 deletions
|
@ -85,6 +85,14 @@ Library
|
||||||
calling the C function wadd_wch()/mvwadd_wch() if the Python curses is linked
|
calling the C function wadd_wch()/mvwadd_wch() if the Python curses is linked
|
||||||
to libncursesw.
|
to libncursesw.
|
||||||
|
|
||||||
|
Documentation
|
||||||
|
-------------
|
||||||
|
|
||||||
|
- Issue #15814: The memoryview enhancements in 3.3.0 accidentally permitted
|
||||||
|
the hashing of multi-dimensional memorviews and memoryviews with multi-byte
|
||||||
|
item formats. The intended restrictions have now been documented - they
|
||||||
|
will be correctly enforced in 3.3.1
|
||||||
|
|
||||||
|
|
||||||
What's New in Python 3.3.0 Release Candidate 1?
|
What's New in Python 3.3.0 Release Candidate 1?
|
||||||
===============================================
|
===============================================
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue