mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
bpo-41474, Makefile: Add dependency on cpython/frameobject.h (GH-22999)
Co-Authored-By: Skip Montanaro <skip.montanaro@gmail.com>
(cherry picked from commit a6879d9445)
Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
parent
df4790c071
commit
562ad7624e
1 changed files with 1 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue