]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-151722: Defer GC tracking of frozendict to end of construction (gh-151740...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 23 Jun 2026 00:13:20 +0000 (02:13 +0200)
committerGitHub <noreply@github.com>
Tue, 23 Jun 2026 00:13:20 +0000 (00:13 +0000)
commit2957ff721bf13ab3c14f7cdb63607a81be6a8232
tree2e223ffdf7cd3184f20835ef4084056a5b5ca817
parente187964a907cc8fbebe0df51ee64ba91d4fa6dc7
[3.15] gh-151722: Defer GC tracking of frozendict to end of construction (gh-151740) (gh-151954)

gh-151722: Defer GC tracking of frozendict to end of construction (gh-151740)
(cherry picked from commit 6920036f287480f7d39d6a4005803aeac27aff3f)

Co-authored-by: Donghee Na <donghee.na@python.org>
Misc/NEWS.d/next/Core_and_Builtins/2026-06-20-00-30-47.gh-issue-151722.RPMPIY.rst [new file with mode: 0644]
Objects/dictobject.c