]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45786: Remove _PyFrame_Fini() and _PyFrame_DebugMallocStats() (GH-31874)
authorVictor Stinner <vstinner@python.org>
Fri, 18 Mar 2022 10:16:55 +0000 (11:16 +0100)
committerGitHub <noreply@github.com>
Fri, 18 Mar 2022 10:16:55 +0000 (11:16 +0100)
commit2217462bda1865a047d358306088682ee6a091ed
treec72f6a5a3920b320336119d819dc1d9a896dcb13
parentd7a93cbf4b0d2d4eb8dbda3eb67d31a7cf4decf8
bpo-45786: Remove _PyFrame_Fini() and _PyFrame_DebugMallocStats() (GH-31874)

Remove private empty _PyFrame_Fini() and _PyFrame_DebugMallocStats()
functions.
Include/cpython/frameobject.h
Include/internal/pycore_frame.h
Objects/frameobject.c
Objects/object.c
Python/pylifecycle.c