]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39542: Move object.h debug functions to internal C API (GH-18331)
authorVictor Stinner <vstinner@python.org>
Mon, 3 Feb 2020 16:28:26 +0000 (17:28 +0100)
committerGitHub <noreply@github.com>
Mon, 3 Feb 2020 16:28:26 +0000 (17:28 +0100)
commit4b524161a0f9d50d782e739a3708434ffd4e94a5
tree683ed20eaa362961e68c48001731a69130046992
parentc6e5c1123bac6cbb4c85265155af5349dcea522e
bpo-39542: Move object.h debug functions to internal C API (GH-18331)

Move the following functions from the public C API to the internal C
API:

* _PyDebug_PrintTotalRefs(),
* _Py_PrintReferenceAddresses()
* _Py_PrintReferences()
Include/internal/pycore_object.h
Include/object.h
Python/pylifecycle.c
Python/pythonrun.c