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

miss-islington webhook-mailer at python.org
Tue Oct 27 00:02:04 EDT 2020


https://github.com/python/cpython/commit/562ad7624e5fe22fdded9b39723c562255a49abd
commit: 562ad7624e5fe22fdded9b39723c562255a49abd
branch: 3.9
author: Miss Skeleton (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2020-10-26T21:01:51-07:00
summary:

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


Co-Authored-By: Skip Montanaro <skip.montanaro at gmail.com>
(cherry picked from commit a6879d9445f98833c4e300e187956e2a218a2315)

Co-authored-by: Victor Stinner <vstinner at python.org>

files:
M Makefile.pre.in

diff --git a/Makefile.pre.in b/Makefile.pre.in
index 77f91e72b1919..f128444b98594 100644
--- a/Makefile.pre.in
+++ b/Makefile.pre.in
@@ -1114,6 +1114,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