summaryrefslogtreecommitdiffstats
path: root/Misc
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 /Misc
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 'Misc')
-rw-r--r--Misc/NEWS.d/next/Build/2019-02-02-13-34-05.bpo-34691.B-Lsj4.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Build/2019-02-02-13-34-05.bpo-34691.B-Lsj4.rst b/Misc/NEWS.d/next/Build/2019-02-02-13-34-05.bpo-34691.B-Lsj4.rst
new file mode 100644
index 0000000..3b5aca7
--- /dev/null
+++ b/Misc/NEWS.d/next/Build/2019-02-02-13-34-05.bpo-34691.B-Lsj4.rst
@@ -0,0 +1,2 @@
+The _contextvars module is now built into the core Python library on
+Windows.