]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151722: Defer GC tracking of frozendict to end of construction (gh-151740)
authorDonghee Na <donghee.na@python.org>
Mon, 22 Jun 2026 23:45:55 +0000 (08:45 +0900)
committerGitHub <noreply@github.com>
Mon, 22 Jun 2026 23:45:55 +0000 (23:45 +0000)
commit6920036f287480f7d39d6a4005803aeac27aff3f
treecdcd6d86c8bc18a6271b870ed8d10409f35d5132
parentb1c4bdaaf74ded2039b78d2376a033b491b252a5
gh-151722: Defer GC tracking of frozendict to end of construction (gh-151740)
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