Skip to content

Commit 266fd4d

Browse files
committed
More windows stuff and news
1 parent 973a4fa commit 266fd4d

File tree

4 files changed

+9
-0
lines changed

4 files changed

+9
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Implement :pep:`810`. Patch by Pablo Galindo and Dino Viehland.

PC/python3dll.c

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

PCbuild/pythoncore.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,7 @@
277277
<ClInclude Include="..\Include\internal\pycore_llist.h" />
278278
<ClInclude Include="..\Include\internal\pycore_lock.h" />
279279
<ClInclude Include="..\Include\internal\pycore_long.h" />
280+
<ClInclude Include="..\Include\internal\pycore_lazyimportobject.h" />
280281
<ClInclude Include="..\Include\internal\pycore_modsupport.h" />
281282
<ClInclude Include="..\Include\internal\pycore_moduleobject.h" />
282283
<ClInclude Include="..\Include\internal\pycore_namespace.h" />

PCbuild/pythoncore.vcxproj.filters

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,9 @@
735735
<ClInclude Include="..\Include\internal\pycore_long.h">
736736
<Filter>Include\internal</Filter>
737737
</ClInclude>
738+
<ClInclude Include="..\Include\internal\pycore_lazyimportobject.h">
739+
<Filter>Include\internal</Filter>
740+
</ClInclude>
738741
<ClInclude Include="..\Include\internal\pycore_modsupport.h">
739742
<Filter>Include\internal</Filter>
740743
</ClInclude>

0 commit comments

Comments
 (0)