]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-115124: Use _PyObject_ASSERT() in gc.c (#115125)
authorVictor Stinner <vstinner@python.org>
Thu, 15 Feb 2024 14:29:42 +0000 (15:29 +0100)
committerGitHub <noreply@github.com>
Thu, 15 Feb 2024 14:29:42 +0000 (14:29 +0000)
commit94f1334e52fbc1550feba4f433b16589d55255b9
tree3a4c8984397151fc2a6643f17d1c36530b5c35a6
parent732faf17a618d65d264ffe775fa6db4508e3d9ff
gh-115124: Use _PyObject_ASSERT() in gc.c (#115125)

Replace assert() with _PyObject_ASSERT() in gc.c to dump the object
when an assertion fails.
Python/gc.c