]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39542: Declare _Py_AddToAllObjects() in pycore_object.h (GH-18368)
authorVictor Stinner <vstinner@python.org>
Wed, 5 Feb 2020 17:24:33 +0000 (18:24 +0100)
committerGitHub <noreply@github.com>
Wed, 5 Feb 2020 17:24:33 +0000 (18:24 +0100)
commit58f4e1a6ee4c6ea82f3f5075d9d9d344ce6b8a56
tree7165c2eee324d0e68ef2383bc05a2bdedb845c6e
parentb39fb8e847ac59b539ad7e93df91c1709815180e
bpo-39542: Declare _Py_AddToAllObjects() in pycore_object.h (GH-18368)

_Py_AddToAllObjects() is used in bltinmodule.c and typeobject.c when
Py_TRACE_REFS is defined.

Fix Py_TRACE_REFS build.
Include/internal/pycore_object.h
Objects/object.c
Python/bltinmodule.c