From: Carl Meyer Date: Mon, 9 Jan 2023 09:05:56 +0000 (-0700) Subject: gh-100764: add `pycore_frame.h` to PYTHON_HEADERS and Windows build files(#100765) X-Git-Tag: v3.12.0a4~15 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0cd597fef10d30a100fa4d5e132b3d385a5ac0a4;p=thirdparty%2FPython%2Fcpython.git gh-100764: add `pycore_frame.h` to PYTHON_HEADERS and Windows build files(#100765) --- diff --git a/Makefile.pre.in b/Makefile.pre.in index a6b5f212160f..8c7a17be9e16 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1648,6 +1648,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 \ diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 78f5234c6342..d3bd5b378e0d 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -218,6 +218,7 @@ +