]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-152235: Defer GC tracking of set and frozenset to end of construction ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 26 Jun 2026 03:49:15 +0000 (05:49 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Jun 2026 03:49:15 +0000 (03:49 +0000)
commitb7a41375ff9b247f53cc4264d4fe8a9fd45d8f7d
tree4f25cbc06822caba0f61f3340008cb03be1fe752
parent30f9c8a3ef503271947a6a1e2066fd95a194c9b5
[3.15] gh-152235: Defer GC tracking of set and frozenset to end of construction (gh-152237) (gh-152242)

gh-152235: Defer GC tracking of set and frozenset to end of construction (gh-152237)
(cherry picked from commit 908f438e198a753d40d1166b5f8725e650a9ed6e)

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