Skip to content

Commit 0cd597f

Browse files
authored
gh-100764: add pycore_frame.h to PYTHON_HEADERS and Windows build files(#100765)
1 parent 7a50d6b commit 0cd597f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Makefile.pre.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1648,6 +1648,7 @@ PYTHON_HEADERS= \
16481648
$(srcdir)/Include/internal/pycore_fileutils.h \
16491649
$(srcdir)/Include/internal/pycore_floatobject.h \
16501650
$(srcdir)/Include/internal/pycore_format.h \
1651+
$(srcdir)/Include/internal/pycore_frame.h \
16511652
$(srcdir)/Include/internal/pycore_function.h \
16521653
$(srcdir)/Include/internal/pycore_genobject.h \
16531654
$(srcdir)/Include/internal/pycore_getopt.h \

PCbuild/pythoncore.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,7 @@
218218
<ClInclude Include="..\Include\internal\pycore_fileutils.h" />
219219
<ClInclude Include="..\Include\internal\pycore_floatobject.h" />
220220
<ClInclude Include="..\Include\internal\pycore_format.h" />
221+
<ClInclude Include="..\Include\internal\pycore_frame.h" />
221222
<ClInclude Include="..\Include\internal\pycore_function.h" />
222223
<ClInclude Include="..\Include\internal\pycore_gc.h" />
223224
<ClInclude Include="..\Include\internal\pycore_genobject.h" />

0 commit comments

Comments
 (0)