]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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:00:03 +0000 (05:00 +0200)
committerGitHub <noreply@github.com>
Fri, 26 Jun 2026 03:00:03 +0000 (03:00 +0000)
commit93ade5e38660f811b50d54e56c606076878f164c
treece5cf2a9317d0352b154a5f2e622e8d1d0439c81
parent6426887ba35ab618c2da413c2744eb7db4d82f53
[3.14] gh-152235: Defer GC tracking of set and frozenset to end of construction (gh-152237) (gh-152243)

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