Skip to content

Commit cba16b7

Browse files
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. (cherry picked from commit fbf5068) Co-authored-by: Gregory Szorc <gregory.szorc@gmail.com>
1 parent 81eda28 commit cba16b7

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
@@ -229,7 +229,6 @@
229229
</ItemGroup>
230230
<ItemGroup>
231231
<ClCompile Include="..\Modules\_abc.c" />
232-
<ClCompile Include="..\Modules\_asynciomodule.c" />
233232
<ClCompile Include="..\Modules\_bisectmodule.c" />
234233
<ClCompile Include="..\Modules\_blake2\blake2module.c" />
235234
<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
@@ -1016,9 +1016,6 @@
10161016
<ClCompile Include="..\PC\_findvs.cpp">
10171017
<Filter>PC</Filter>
10181018
</ClCompile>
1019-
<ClCompile Include="..\Modules\_asynciomodule.c">
1020-
<Filter>Modules</Filter>
1021-
</ClCompile>
10221019
<ClCompile Include="..\Modules\_contextvarsmodule.c">
10231020
<Filter>Modules</Filter>
10241021
</ClCompile>

0 commit comments

Comments
 (0)