]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-142555: Fix null pointer dereference in array.__setitem__ via re-entrant __index__...
authorAN Long <aisk@users.noreply.github.com>
Mon, 2 Feb 2026 14:44:08 +0000 (23:44 +0900)
committerGitHub <noreply@github.com>
Mon, 2 Feb 2026 14:44:08 +0000 (15:44 +0100)
commit39f16a93ef7b39c3fc5a1a5b706512168baee499
tree988fcd4fd02967f24175dcc7b06fe81526e7bc2d
parentafc2aeb85026173d1daf33f323f0070c9e75def2
gh-142555: Fix null pointer dereference in array.__setitem__ via re-entrant __index__ (GH-142713)
Lib/test/test_array.py
Misc/NEWS.d/next/Library/2025-12-15-02-02-45.gh-issue-142555.EC9QN_.rst [new file with mode: 0644]
Modules/arraymodule.c