From: Victor Stinner Date: Fri, 21 Mar 2025 15:24:15 +0000 (+0100) Subject: gh-131238: Add pycore_interpframe.h to PYTHON_HEADERS (#131545) X-Git-Tag: v3.14.0a7~260 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3a09986553dd7778cae43d552c9006a30973ce3a;p=thirdparty%2FPython%2Fcpython.git gh-131238: Add pycore_interpframe.h to PYTHON_HEADERS (#131545) Add pycore_interpframe.h to Makefile.pre.in and pythoncore.vcxproj. --- diff --git a/Makefile.pre.in b/Makefile.pre.in index db84eb61a780..92f3984fa98b 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1256,6 +1256,7 @@ PYTHON_HEADERS= \ $(srcdir)/Include/internal/pycore_instruction_sequence.h \ $(srcdir)/Include/internal/pycore_interp.h \ $(srcdir)/Include/internal/pycore_interp_structs.h \ + $(srcdir)/Include/internal/pycore_interpframe.h \ $(srcdir)/Include/internal/pycore_intrinsics.h \ $(srcdir)/Include/internal/pycore_jit.h \ $(srcdir)/Include/internal/pycore_list.h \ diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 6fd39641d6a6..e876bd44f039 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -261,6 +261,7 @@ + diff --git a/PCbuild/pythoncore.vcxproj.filters b/PCbuild/pythoncore.vcxproj.filters index 816bde53ffbc..6fcfb02f698c 100644 --- a/PCbuild/pythoncore.vcxproj.filters +++ b/PCbuild/pythoncore.vcxproj.filters @@ -702,6 +702,9 @@ Include\internal + + Include\internal + Include\cpython