From 7abb0e4934dbafc138b309dc174859a68001b58d Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Wed, 4 Jan 2023 16:54:40 -0800 Subject: [PATCH 1/2] gh-100764: add pycore_frame.h to PYTHON_HEADERS --- Makefile.pre.in | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.pre.in b/Makefile.pre.in index 1f8bd561f61dcd5..1b35d108b6ced64 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1638,6 +1638,7 @@ PYTHON_HEADERS= \ $(srcdir)/Include/internal/pycore_fileutils.h \ $(srcdir)/Include/internal/pycore_floatobject.h \ $(srcdir)/Include/internal/pycore_format.h \ + $(srcdir)/Include/internal/pycore_frame.h \ $(srcdir)/Include/internal/pycore_function.h \ $(srcdir)/Include/internal/pycore_genobject.h \ $(srcdir)/Include/internal/pycore_getopt.h \ From 8297543b711d51f19bfb6a640035e07972fe6155 Mon Sep 17 00:00:00 2001 From: Carl Meyer Date: Thu, 5 Jan 2023 06:51:22 -0800 Subject: [PATCH 2/2] also add to Windows build --- PCbuild/pythoncore.vcxproj | 1 + 1 file changed, 1 insertion(+) diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index bb2aaae3317b02d..ccb1466a1c99060 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -218,6 +218,7 @@ +