]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-152235: Defer GC tracking of set and frozenset to end of construction (gh-152237)
authorDonghee Na <donghee.na@python.org>
Fri, 26 Jun 2026 02:34:13 +0000 (11:34 +0900)
committerGitHub <noreply@github.com>
Fri, 26 Jun 2026 02:34:13 +0000 (11:34 +0900)
commit908f438e198a753d40d1166b5f8725e650a9ed6e
tree44ef6db1849561386ef68b91d76a08adb2aade45
parent55bc3126e0a09a8e940da73e51ab1ffeecaf02d4
gh-152235: Defer GC tracking of set and frozenset to end of construction (gh-152237)
Misc/NEWS.d/next/Core_and_Builtins/2026-06-26-05-49-13.gh-issue-152235.YU20T9.rst [new file with mode: 0644]
Objects/setobject.c