Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fbf5068

Browse files
indygregzooba
authored andcommitted
bpo-35642: Remove asynciomodule.c from pythoncore.vcxproj (GH-11410)
This module is built by _asyncio.vcxproj and does not need to be included in pythoncore.
1 parent ddd7c42 commit fbf5068

3 files changed

Lines changed: 1 addition & 4 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Remove asynciomodule.c from pythoncore.vcxproj

PCbuild/pythoncore.vcxproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@
247247
</ItemGroup>
248248
<ItemGroup>
249249
<ClCompile Include="..\Modules\_abc.c" />
250-
<ClCompile Include="..\Modules\_asynciomodule.c" />
251250
<ClCompile Include="..\Modules\_bisectmodule.c" />
252251
<ClCompile Include="..\Modules\_blake2\blake2module.c" />
253252
<ClCompile Include="..\Modules\_blake2\blake2b_impl.c" />

PCbuild/pythoncore.vcxproj.filters

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1073,9 +1073,6 @@
10731073
<ClCompile Include="..\PC\_findvs.cpp">
10741074
<Filter>PC</Filter>
10751075
</ClCompile>
1076-
<ClCompile Include="..\Modules\_asynciomodule.c">
1077-
<Filter>Modules</Filter>
1078-
</ClCompile>
10791076
<ClCompile Include="..\Modules\_contextvarsmodule.c">
10801077
<Filter>Modules</Filter>
10811078
</ClCompile>

0 commit comments

Comments
 (0)