[Python-checkins] bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999)

vstinner webhook-mailer at python.org
Mon Oct 26 23:41:38 EDT 2020


https://github.com/python/cpython/commit/a6879d9445f98833c4e300e187956e2a218a2315
commit: a6879d9445f98833c4e300e187956e2a218a2315
branch: master
author: Victor Stinner <vstinner at python.org>
committer: vstinner <vstinner at python.org>
date: 2020-10-27T04:41:30+01:00
summary:

bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999)

Co-Authored-By: Skip Montanaro <skip.montanaro at gmail.com>

files:
M Makefile.pre.in

diff --git a/Makefile.pre.in b/Makefile.pre.in
index 31f61f3d5b836..5b6c0b9b62d33 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1081,6 +1081,7 @@ PYTHON_HEADERS= \
 		$(srcdir)/Include/cpython/dictobject.h \
 		$(srcdir)/Include/cpython/fileobject.h \
 		$(srcdir)/Include/cpython/fileutils.h \
+		$(srcdir)/Include/cpython/frameobject.h \
 		$(srcdir)/Include/cpython/import.h \
 		$(srcdir)/Include/cpython/initconfig.h \
 		$(srcdir)/Include/cpython/interpreteridobject.h \



More information about the Python-checkins mailing list