]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-153083: Defer GC tracking of an array to the end of construction. (gh-153284)
authorDonghee Na <donghee.na@python.org>
Wed, 8 Jul 2026 12:27:32 +0000 (21:27 +0900)
committerGitHub <noreply@github.com>
Wed, 8 Jul 2026 12:27:32 +0000 (12:27 +0000)
commit8615062fd580934fc431746f64b1ac7ee6ef8e88
tree9981acccfc7527e37fd943a5a14f61ab31e511bc
parent841e454e82553b733fd7522126ec9a59a4179771
gh-153083: Defer GC tracking of an array to the end of construction. (gh-153284)
Include/internal/pycore_object.h
Misc/NEWS.d/next/Library/2026-07-08-01-47-15.gh-issue-153083.XbKZCp.rst [new file with mode: 0644]
Modules/arraymodule.c