]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-144128: Fix crash in array.fromlist with reentrant __index__ (#144138)
authorPriyanshu Singh <priyanshu2282@gmail.com>
Mon, 26 Jan 2026 12:13:49 +0000 (17:43 +0530)
committerGitHub <noreply@github.com>
Mon, 26 Jan 2026 12:13:49 +0000 (13:13 +0100)
commitdecb25e8f0051cafcbe7d38171371cf47185165b
tree3f9c9b4e780c33eae559cd7534e38e79569e9bd6
parent99821474336187eaf657740c4eb618044d83b9c7
gh-144128: Fix crash in array.fromlist with reentrant __index__ (#144138)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Peter Bierma <zintensitydev@gmail.com>
Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_array.py
Misc/NEWS.d/next/Library/2026-01-22-10-18-17.gh-issue-144128.akwY06.rst [new file with mode: 0644]
Modules/arraymodule.c