diff options
author | Steve Dower <steve.dower@microsoft.com> | 2019-02-02 22:36:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-02-02 22:36:23 (GMT) |
commit | 4c70d9f79c9b371990c8e054ccde53f7ff15946b (patch) | |
tree | 41e12551025968a3f210d780fbb8550723f633fb /PCbuild/pcbuild.proj | |
parent | b82bfac4369c0429e562a834b3752e66c4821eab (diff) | |
download | cpython-4c70d9f79c9b371990c8e054ccde53f7ff15946b.zip cpython-4c70d9f79c9b371990c8e054ccde53f7ff15946b.tar.gz cpython-4c70d9f79c9b371990c8e054ccde53f7ff15946b.tar.bz2 |
bpo-34691: Compile _contextvars module into main Python library (GH-11741)
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 befaa1f..dbe30dd 100644 --- a/PCbuild/pcbuild.proj +++ b/PCbuild/pcbuild.proj @@ -50,7 +50,7 @@ <!-- pyshellext.dll --> <Projects Include="pyshellext.vcxproj" /> <!-- Extension modules --> - <ExtensionModules Include="_asyncio;_contextvars;_ctypes;_decimal;_elementtree;_msi;_multiprocessing;_overlapped;pyexpat;_queue;select;unicodedata;winsound" /> + <ExtensionModules Include="_asyncio;_ctypes;_decimal;_elementtree;_msi;_multiprocessing;_overlapped;pyexpat;_queue;select;unicodedata;winsound" /> <!-- Extension modules that require external sources --> <ExternalModules Include="_bz2;_lzma;_sqlite3" /> <!-- venv launchers --> |