summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2023-08-29 01:20:02 (GMT)
committerGitHub <noreply@github.com>2023-08-29 01:20:02 (GMT)
commit39506ee565ce819e14e8071227fc53b8dcb6a788 (patch)
tree999ccd8c1607099b7bac889089341ba32c193986 /Makefile.pre.in
parent4fb96a11db5eaca3646bfa697d191469e567d283 (diff)
downloadcpython-39506ee565ce819e14e8071227fc53b8dcb6a788.zip
cpython-39506ee565ce819e14e8071227fc53b8dcb6a788.tar.gz
cpython-39506ee565ce819e14e8071227fc53b8dcb6a788.tar.bz2
gh-108240: Add pycore_capsule.h internal header file (#108596)
Move _PyCapsule_SetTraverse() definition to a new internal header file: pycore_capsule.h.
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r--Makefile.pre.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in
index 62a55bb..310caa9 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1743,6 +1743,7 @@ PYTHON_HEADERS= \
$(srcdir)/Include/internal/pycore_bytes_methods.h \
$(srcdir)/Include/internal/pycore_bytesobject.h \
$(srcdir)/Include/internal/pycore_call.h \
+ $(srcdir)/Include/internal/pycore_capsule.h \
$(srcdir)/Include/internal/pycore_ceval.h \
$(srcdir)/Include/internal/pycore_ceval_state.h \
$(srcdir)/Include/internal/pycore_code.h \