Skip to content

Commit c680298

Browse files
Add pycore_global_objects_fini_generated.h.
1 parent 739ebe9 commit c680298

File tree

4 files changed

+22
-0
lines changed

4 files changed

+22
-0
lines changed

Include/internal/pycore_global_objects_fini_generated.h

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile.pre.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1638,6 +1638,7 @@ PYTHON_HEADERS= \
16381638
$(srcdir)/Include/internal/pycore_getopt.h \
16391639
$(srcdir)/Include/internal/pycore_gil.h \
16401640
$(srcdir)/Include/internal/pycore_global_objects.h \
1641+
$(srcdir)/Include/internal/pycore_global_objects_fini_generated.h \
16411642
$(srcdir)/Include/internal/pycore_hamt.h \
16421643
$(srcdir)/Include/internal/pycore_hashtable.h \
16431644
$(srcdir)/Include/internal/pycore_import.h \

PCbuild/pythoncore.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@
219219
<ClInclude Include="..\Include\internal\pycore_getopt.h" />
220220
<ClInclude Include="..\Include\internal\pycore_gil.h" />
221221
<ClInclude Include="..\Include\internal\pycore_global_objects.h" />
222+
<ClInclude Include="..\Include\internal\pycore_global_objects_fini_generated.h" />
222223
<ClInclude Include="..\Include\internal\pycore_hamt.h" />
223224
<ClInclude Include="..\Include\internal\pycore_hashtable.h" />
224225
<ClInclude Include="..\Include\internal\pycore_import.h" />

PCbuild/pythoncore.vcxproj.filters

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -561,6 +561,9 @@
561561
<ClInclude Include="..\Include\internal\pycore_global_objects.h">
562562
<Filter>Include\internal</Filter>
563563
</ClInclude>
564+
<ClInclude Include="..\Include\internal\pycore_global_objects_fini_generated.h">
565+
<Filter>Include\internal</Filter>
566+
</ClInclude>
564567
<ClInclude Include="..\Include\internal\pycore_hamt.h">
565568
<Filter>Include\internal</Filter>
566569
</ClInclude>

0 commit comments

Comments
 (0)