]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-145376: Fix GC tracking in `structseq.__replace__` (GH-145820) (#145924)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 16 Mar 2026 09:08:24 +0000 (10:08 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Mar 2026 09:08:24 +0000 (14:38 +0530)
commit1d6e037b624534ef60176ef5d34af26d69431df9
treeeb20f0bb4c443c43545821aa2ae0b0bac13b565b
parent20704014112b41b245373aba7dfc070c209c1678
[3.13] gh-145376: Fix GC tracking in `structseq.__replace__` (GH-145820) (#145924)

gh-145376: Fix GC tracking in `structseq.__replace__` (GH-145820)
(cherry picked from commit 00a25859a94b6bf34e58a5176e2befab7e273d20)

Co-authored-by: Pieter Eendebak <pieter.eendebak@gmail.com>
Lib/test/test_structseq.py
Misc/NEWS.d/next/Core_and_Builtins/2026-03-11-21-27-28.gh-issue-145376.LfDvyw.rst [new file with mode: 0644]
Objects/structseq.c