]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145376: Fix GC tracking in `structseq.__replace__` (#145820)
authorPieter Eendebak <pieter.eendebak@gmail.com>
Fri, 13 Mar 2026 15:42:19 +0000 (16:42 +0100)
committerGitHub <noreply@github.com>
Fri, 13 Mar 2026 15:42:19 +0000 (15:42 +0000)
commit00a25859a94b6bf34e58a5176e2befab7e273d20
treea51be5ef4bfcff5b9e5580ac0d8128993031a55d
parent79b91e7c50d30dce6599a15cc4459667e25d525e
gh-145376: Fix GC tracking in `structseq.__replace__` (#145820)
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