summaryrefslogtreecommitdiffstats
path: root/Makefile.pre.in
diff options
context:
space:
mode:
authorVictor Stinner <vstinner@python.org>2020-12-08 22:51:54 (GMT)
committerGitHub <noreply@github.com>2020-12-08 22:51:54 (GMT)
commitfe6e5e7cfd68eeaa69fd1511f354a1b4d8d90990 (patch)
treef381b533e98b6756d91c0a682f7575a33af1a16a /Makefile.pre.in
parent815506d852daabc40e14ff0987c1142c0205fbe7 (diff)
downloadcpython-fe6e5e7cfd68eeaa69fd1511f354a1b4d8d90990.zip
cpython-fe6e5e7cfd68eeaa69fd1511f354a1b4d8d90990.tar.gz
cpython-fe6e5e7cfd68eeaa69fd1511f354a1b4d8d90990.tar.bz2
bpo-35134: Add Include/cpython/pythonrun.h file (GH-23701)
Py_CompileString() is now always declared as a function by Include/pythonrun.h. It is overriden with a macro in Include/cpython/pythonrun.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 f52a0f3..69ed2519 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1102,6 +1102,7 @@ PYTHON_HEADERS= \
$(srcdir)/Include/cpython/pylifecycle.h \
$(srcdir)/Include/cpython/pymem.h \
$(srcdir)/Include/cpython/pystate.h \
+ $(srcdir)/Include/cpython/pythonrun.h \
$(srcdir)/Include/cpython/sysmodule.h \
$(srcdir)/Include/cpython/traceback.h \
$(srcdir)/Include/cpython/tupleobject.h \