]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-152235: Defer GC tracking of set and frozenset to end of connstruction...
authorDonghee Na <donghee.na@python.org>
Fri, 26 Jun 2026 12:35:30 +0000 (21:35 +0900)
committerGitHub <noreply@github.com>
Fri, 26 Jun 2026 12:35:30 +0000 (12:35 +0000)
commit998587cd74f1d34dd7759ed0c85c622e9969e711
tree3628e93984581d3829df35b485d802beed85909b
parent82a54898ed49d1964b2e2908ae54ccfec63fb605
[3.13] gh-152235: Defer GC tracking of set and frozenset to end of connstruction (gh-152272)

[3.13] gh-152235: Defer GC tracking of set and frozenset to end of construction (gh-152237)
(cherry picked from commit 908f438e198a753d40d1166b5f8725e650a9ed6e)
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