]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-35642: Remove asynciomodule.c from pythoncore.vcxproj (GH-11410)
authorGregory Szorc <gregory.szorc@gmail.com>
Tue, 8 Jan 2019 01:27:18 +0000 (18:27 -0700)
committerSteve Dower <steve.dower@microsoft.com>
Tue, 8 Jan 2019 01:27:18 +0000 (17:27 -0800)
This module is built by _asyncio.vcxproj and does not need to be included in pythoncore.

Misc/NEWS.d/next/Build/2019-01-02-11-23-33.bpo-35642.pjkhJe.rst [new file with mode: 0644]
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters

diff --git a/Misc/NEWS.d/next/Build/2019-01-02-11-23-33.bpo-35642.pjkhJe.rst b/Misc/NEWS.d/next/Build/2019-01-02-11-23-33.bpo-35642.pjkhJe.rst
new file mode 100644 (file)
index 0000000..9f6da31
--- /dev/null
@@ -0,0 +1 @@
+Remove asynciomodule.c from pythoncore.vcxproj
index ddf7f49d7a8eb2bc2be781ee65c8edf98a2421de..f33cdb5030383d5f05115b2d4893ee5e58f703fb 100644 (file)
   </ItemGroup>
   <ItemGroup>
     <ClCompile Include="..\Modules\_abc.c" />
-    <ClCompile Include="..\Modules\_asynciomodule.c" />
     <ClCompile Include="..\Modules\_bisectmodule.c" />
     <ClCompile Include="..\Modules\_blake2\blake2module.c" />
     <ClCompile Include="..\Modules\_blake2\blake2b_impl.c" />
index 77b018ffb4e943cc8a6ff745a0dbbdf4062372c1..9dbd0669f76d9b650ba30e1d1e53c78e5beba2ba 100644 (file)
     <ClCompile Include="..\PC\_findvs.cpp">
       <Filter>PC</Filter>
     </ClCompile>
-    <ClCompile Include="..\Modules\_asynciomodule.c">
-      <Filter>Modules</Filter>
-    </ClCompile>
     <ClCompile Include="..\Modules\_contextvarsmodule.c">
       <Filter>Modules</Filter>
     </ClCompile>