]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-35642: Remove asynciomodule.c from pythoncore.vcxproj (GH-11410)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 3 Feb 2019 00:46:12 +0000 (16:46 -0800)
committerGitHub <noreply@github.com>
Sun, 3 Feb 2019 00:46:12 +0000 (16:46 -0800)
This module is built by _asyncio.vcxproj and does not need to be included in pythoncore.
(cherry picked from commit fbf50683b3a2301097d5cd48bc68b530c1e1720f)

Co-authored-by: Gregory Szorc <gregory.szorc@gmail.com>
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 2ee88225b62c9a04ccd5bb279f91797c68d3f010..a56fb7a9cc46b598482740b3f620d417bed60156 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 b51fd54f8b4db684c245dc63e07cdcfa373cdb42..a86408be9f71a30c2b5ae30996b928da2de9194e 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>