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/pcbuild.proj | |
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/pcbuild.proj')
-rw-r--r-- | PCbuild/pcbuild.proj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PCbuild/pcbuild.proj b/PCbuild/pcbuild.proj index e26bc70..e0e6e93 100644 --- a/PCbuild/pcbuild.proj +++ b/PCbuild/pcbuild.proj @@ -51,7 +51,7 @@ <!-- _freeze_importlib --> <Projects Include="_freeze_importlib.vcxproj" /> <!-- Extension modules --> - <ExtensionModules Include="_ctypes;_decimal;_elementtree;_msi;_multiprocessing;_overlapped;pyexpat;select;unicodedata;winsound" /> + <ExtensionModules Include="_asyncio;_ctypes;_decimal;_elementtree;_msi;_multiprocessing;_overlapped;pyexpat;select;unicodedata;winsound" /> <!-- Extension modules that require external sources --> <ExternalModules Include="_bz2;_lzma;_sqlite3" /> <!-- _ssl will build _socket as well, which may cause conflicts in parallel builds --> |