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 c83b64a commit d0ff678Copy full SHA for d0ff678
1 file changed
Misc/NEWS.d/next/Library/2025-12-15-02-02-45.gh-issue-142555.EC9QN_.rst
@@ -1,3 +1,3 @@
1
Fix null pointer dereference in :class:`!array.array.__setitem__` via
2
-a user-defined ``__index__`` method which modifies the array during index
3
-conversion.
+a user-defined ``__index__`` or ``__float__`` method which modifies the array
+during index conversion.
0 commit comments