]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145044: avoid calling `Py_DECREF` in `unsafe_object_compare` on immortal objects...
authorBenedikt Johannes <benedikt.johannes.hofer@gmail.com>
Tue, 10 Mar 2026 16:33:56 +0000 (17:33 +0100)
committerGitHub <noreply@github.com>
Tue, 10 Mar 2026 16:33:56 +0000 (22:03 +0530)
commit50f82d062b3b59a09d6b63648df22d46f7f2b010
treef3a8215ef4b3f86ca20db8a5064cb45131be4883
parent9e0802330caca51fed7fc0c8c1dcce2daf03d8bd
gh-145044: avoid calling `Py_DECREF` in `unsafe_object_compare` on immortal objects (#145045)
Objects/listobject.c