]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-142555: Fix null pointer dereference in array.__setitem__ via re-entrant...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 3 Feb 2026 10:38:50 +0000 (11:38 +0100)
committerGitHub <noreply@github.com>
Tue, 3 Feb 2026 10:38:50 +0000 (11:38 +0100)
commit72ec16684668b2694d56d9867157f0b5dfc7b2e7
tree6a7dfb0736865c215afef6da09aabbb4118912e6
parent5af4e680a9f980cf12f03941da5ab9e8058b912f
[3.14] gh-142555: Fix null pointer dereference in array.__setitem__ via re-entrant __index__ (GH-142713) (#144396)

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