]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-142555: Fix null pointer dereference in array.__setitem__ via re-entrant...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 2 Feb 2026 20:06:59 +0000 (21:06 +0100)
committerGitHub <noreply@github.com>
Mon, 2 Feb 2026 20:06:59 +0000 (21:06 +0100)
commitb74e3a4c05acdfdce871ae4adae736e457af60c4
tree981d0a07295e40a1fdbb37e6cd5efc738adde0c3
parentbb1247d83c14d24dc80fbec035e3c3e844a683b1
[3.13] gh-142555: Fix null pointer dereference in array.__setitem__ via re-entrant __index__ (GH-142713) (#144397)

gh-142555: Fix null pointer dereference in array.__setitem__ via re-entrant __index__ (GH-142713)
(cherry picked from commit 39f16a93ef7b39c3fc5a1a5b706512168baee499)

Co-authored-by: AN Long <aisk@users.noreply.github.com>
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