]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-124344: Make `_PyObject_IS_GC()` use underscored `PyType_IS_GC()` (#124349)
authorneonene <53406459+neonene@users.noreply.github.com>
Mon, 23 Sep 2024 19:14:15 +0000 (04:14 +0900)
committerGitHub <noreply@github.com>
Mon, 23 Sep 2024 19:14:15 +0000 (21:14 +0200)
commitd9d5b3d2ef770224b39987dbce7bb5c616fe3477
treebabd053d73d32912fb35f77b3b99db3c3579d287
parent2e0d445364f6d9832e81263c1c68440654924fc4
gh-124344: Make `_PyObject_IS_GC()` use underscored `PyType_IS_GC()` (#124349)

move up _PyType_IS_GC and use it
Include/internal/pycore_object.h