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

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