Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 37a0170

Browse files
author
Stefan Krah
committed
Issue #15814: Update whatsnew to the current state of hashing memoryviews.
1 parent ea94ba4 commit 37a0170

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Doc/whatsnew/3.3.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,9 +158,8 @@ Features
158158

159159
* Multi-dimensional comparisons are supported for any array type.
160160

161-
* All array types are hashable if the exporting object is hashable
162-
and the view is read-only. (Contributed by Antoine Pitrou in
163-
:issue:`13411`)
161+
* One-dimensional memoryviews of hashable (read-only) types with formats B,
162+
b or c are now hashable. (Contributed by Antoine Pitrou in :issue:`13411`)
164163

165164
* Arbitrary slicing of any 1-D arrays type is supported. For example, it
166165
is now possible to reverse a memoryview in O(1) by using a negative step.

0 commit comments

Comments
 (0)