From fbf50683b3a2301097d5cd48bc68b530c1e1720f Mon Sep 17 00:00:00 2001 From: Gregory Szorc Date: Mon, 7 Jan 2019 18:27:18 -0700 Subject: [PATCH] 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. --- .../NEWS.d/next/Build/2019-01-02-11-23-33.bpo-35642.pjkhJe.rst | 1 + PCbuild/pythoncore.vcxproj | 1 - PCbuild/pythoncore.vcxproj.filters | 3 --- 3 files changed, 1 insertion(+), 4 deletions(-) create mode 100644 Misc/NEWS.d/next/Build/2019-01-02-11-23-33.bpo-35642.pjkhJe.rst 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 index 000000000000..9f6da315e2d5 --- /dev/null +++ b/Misc/NEWS.d/next/Build/2019-01-02-11-23-33.bpo-35642.pjkhJe.rst @@ -0,0 +1 @@ +Remove asynciomodule.c from pythoncore.vcxproj diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index ddf7f49d7a8e..f33cdb503038 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -247,7 +247,6 @@ - diff --git a/PCbuild/pythoncore.vcxproj.filters b/PCbuild/pythoncore.vcxproj.filters index 77b018ffb4e9..9dbd0669f76d 100644 --- a/PCbuild/pythoncore.vcxproj.filters +++ b/PCbuild/pythoncore.vcxproj.filters @@ -1073,9 +1073,6 @@ PC - - Modules - Modules -- 2.47.3