]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-153083: Defer GC tracking of an array to the end of construction. (gh-15328...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 Jul 2026 12:59:13 +0000 (14:59 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Jul 2026 12:59:13 +0000 (12:59 +0000)
commit8cb4b84c69b3ffbb6f4f32147c52bc7e7cc89af1
treee6ecadee285cd1ec12ca9f9c52b61acf98b8a219
parenta9d4473232f86d6dfc234756f633b8dc5836ad32
[3.15] gh-153083: Defer GC tracking of an array to the end of construction. (gh-153284) (gh-153336)

gh-153083: Defer GC tracking of an array to the end of construction. (gh-153284)
(cherry picked from commit 8615062fd580934fc431746f64b1ac7ee6ef8e88)

Co-authored-by: Donghee Na <donghee.na@python.org>
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