summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-07-02 00:49:18 (GMT)
committerGitHub <noreply@github.com>2023-07-02 00:49:18 (GMT)
commitfeb51f3a6443d7c0148e2e7be2ed58b4c69fa265 (patch)
tree370ec2982ab329ad0159fe6b4ffdaea541984468 /Makefile.pre.in
parent18b1fdebe0cd5e601aa341227c13ec9d89bdf32c (diff)
downloadcpython-feb51f3a6443d7c0148e2e7be2ed58b4c69fa265.zip
cpython-feb51f3a6443d7c0148e2e7be2ed58b4c69fa265.tar.gz
cpython-feb51f3a6443d7c0148e2e7be2ed58b4c69fa265.tar.bz2
gh-106320: Remove private _PyTraceMalloc C API functions (#106324)
* Remove private _PyTraceMalloc C API functions: move them to the internal C API. * Don't export most of these functions anymore, but still export _PyTraceMalloc_GetTraceback() used by tests. * Rename Include/tracemalloc.h to Include/cpython/tracemalloc.h
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 54d0516..e788e59 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1658,7 +1658,6 @@ PYTHON_HEADERS= \
$(srcdir)/Include/structseq.h \
$(srcdir)/Include/sysmodule.h \
$(srcdir)/Include/traceback.h \
- $(srcdir)/Include/tracemalloc.h \
$(srcdir)/Include/tupleobject.h \
$(srcdir)/Include/unicodeobject.h \
$(srcdir)/Include/warnings.h \
@@ -1713,6 +1712,7 @@ PYTHON_HEADERS= \
$(srcdir)/Include/cpython/setobject.h \
$(srcdir)/Include/cpython/sysmodule.h \
$(srcdir)/Include/cpython/traceback.h \
+ $(srcdir)/Include/cpython/tracemalloc.h \
$(srcdir)/Include/cpython/tupleobject.h \
$(srcdir)/Include/cpython/unicodeobject.h \
$(srcdir)/Include/cpython/warnings.h \