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

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update news entry
  • Loading branch information
aisk committed Dec 20, 2025
commit d0ff6781ef47f395a91c18b0f587167e5e6e9aa7
Comment thread
aisk marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Fix null pointer dereference in :class:`!array.array.__setitem__` via
a user-defined ``__index__`` method which modifies the array during index
conversion.
a user-defined ``__index__`` or ``__float__`` method which modifies the array
during index conversion.
Loading