]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40989: Make _PyTraceMalloc_NewReference() internal (GH-20915)
authorVictor Stinner <vstinner@python.org>
Tue, 16 Jun 2020 15:29:50 +0000 (17:29 +0200)
committerGitHub <noreply@github.com>
Tue, 16 Jun 2020 15:29:50 +0000 (17:29 +0200)
commitfcc60e40bbfe8a229b8b83f1d1ee77fd4bf870d1
tree3fbf0c0644220d965d5d8f53eae5108eb9989007
parentfc710ee266e9461fdba9933ec6004318db588820
bpo-40989: Make _PyTraceMalloc_NewReference() internal (GH-20915)

Make the _PyTraceMalloc_NewReference() function fully internal:
remove it from the public C API and don't export it anymore.
Include/cpython/object.h
Include/internal/pycore_object.h