From 2e214fb1522d95f49beb35705b42b2f9b8e4b9f8 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Fri, 21 Mar 2025 15:44:36 +0100 Subject: [PATCH] gh-131238: Add pycore_interpframe.h to PYTHON_HEADERS Add pycore_interpframe.h to Makefile.pre.in and pythoncore.vcxproj. --- Makefile.pre.in | 1 + PCbuild/pythoncore.vcxproj | 1 + PCbuild/pythoncore.vcxproj.filters | 3 +++ 3 files changed, 5 insertions(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index db84eb61a780a7..92f3984fa98b31 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 6fd39641d6a601..e876bd44f03942 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 816bde53ffbc8a..6fcfb02f698c9f 100644 --- a/PCbuild/pythoncore.vcxproj.filters +++ b/PCbuild/pythoncore.vcxproj.filters @@ -702,6 +702,9 @@ Include\internal + + Include\internal + Include\cpython