diff options
author | INADA Naoki <songofacandy@gmail.com> | 2016-10-21 03:30:15 (GMT) |
---|---|---|
committer | INADA Naoki <songofacandy@gmail.com> | 2016-10-21 03:30:15 (GMT) |
commit | a83636247e3de138e017a04474236ef5aa8b4f4a (patch) | |
tree | 1ab8a9a8dba1c7969860de6b7298404b3420ec36 /PCbuild/pythoncore.vcxproj | |
parent | 56b2cf5e8564c7221a42675d35aaa0d0c503365e (diff) | |
download | cpython-a83636247e3de138e017a04474236ef5aa8b4f4a.zip cpython-a83636247e3de138e017a04474236ef5aa8b4f4a.tar.gz cpython-a83636247e3de138e017a04474236ef5aa8b4f4a.tar.bz2 |
Issue #28448: Fix C implemented asyncio.Future didn't work on Windows
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
-rw-r--r-- | PCbuild/pythoncore.vcxproj | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index aa6ba74..769c643 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -213,7 +213,6 @@ <ClInclude Include="..\Python\wordcode_helpers.h" /> </ItemGroup> <ItemGroup> - <ClCompile Include="..\Modules\_asynciomodule.c" /> <ClCompile Include="..\Modules\_bisectmodule.c" /> <ClCompile Include="..\Modules\_blake2\blake2module.c" /> <ClCompile Include="..\Modules\_blake2\blake2b_impl.c" /> |