]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112529: Simplify PyObject_GC_IsTracked and PyObject_GC_IsFinalized (#114732)
authorSam Gross <colesbury@gmail.com>
Wed, 28 Feb 2024 20:37:59 +0000 (15:37 -0500)
committerGitHub <noreply@github.com>
Wed, 28 Feb 2024 20:37:59 +0000 (15:37 -0500)
commitdf5212df6c6f08308c68de4b3ed8a1b51ac6334b
tree997513f818daa2f5798b88c1f4b07e8492003c61
parentc43b26d02eaa103756c250e8d36829d388c5f3be
gh-112529: Simplify PyObject_GC_IsTracked and PyObject_GC_IsFinalized (#114732)
Modules/clinic/gcmodule.c.h
Modules/gcmodule.c
Python/gc_free_threading.c