summaryrefslogtreecommitdiffstats
path: root/PCbuild/pcbuild.proj
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2019-02-02 22:36:23 (GMT)
committerGitHub <noreply@github.com>2019-02-02 22:36:23 (GMT)
commit4c70d9f79c9b371990c8e054ccde53f7ff15946b (patch)
tree41e12551025968a3f210d780fbb8550723f633fb /PCbuild/pcbuild.proj
parentb82bfac4369c0429e562a834b3752e66c4821eab (diff)
downloadcpython-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.proj2
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 -->