Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea94ba4 commit 37a0170Copy full SHA for 37a0170
1 file changed
Doc/whatsnew/3.3.rst
@@ -158,9 +158,8 @@ Features
158
159
* Multi-dimensional comparisons are supported for any array type.
160
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`)
+* One-dimensional memoryviews of hashable (read-only) types with formats B,
+ b or c are now hashable. (Contributed by Antoine Pitrou in :issue:`13411`)
164
165
* Arbitrary slicing of any 1-D arrays type is supported. For example, it
166
is now possible to reverse a memoryview in O(1) by using a negative step.
0 commit comments