summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Windows
diff options
context:
space:
mode:
authorSteve Dower <steve.dower@microsoft.com>2019-01-08 10:38:01 (GMT)
committerGitHub <noreply@github.com>2019-01-08 10:38:01 (GMT)
commit872bd2b57ce8e4ea7a54acb3934222c0e4e7276b (patch)
treecda6cc6c3823daa9bec4cd93ffc64c2bf54e886e /Misc/NEWS.d/next/Windows
parentc24c6c2c9357da99961bf257078240529181daf3 (diff)
downloadcpython-872bd2b57ce8e4ea7a54acb3934222c0e4e7276b.zip
cpython-872bd2b57ce8e4ea7a54acb3934222c0e4e7276b.tar.gz
cpython-872bd2b57ce8e4ea7a54acb3934222c0e4e7276b.tar.bz2
bpo-35596: Use unchecked PYCs for the embeddable distro to avoid zipimport restrictions (GH-11465)
Also adds extra steps to the CI build for Windows on Azure Pipelines to validate that the various layouts at least execute.
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r--Misc/NEWS.d/next/Windows/2019-01-08-13-56-01.bpo-35596.oFvhcm.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2019-01-08-13-56-01.bpo-35596.oFvhcm.rst b/Misc/NEWS.d/next/Windows/2019-01-08-13-56-01.bpo-35596.oFvhcm.rst
new file mode 100644
index 0000000..db4d8fa
--- /dev/null
+++ b/Misc/NEWS.d/next/Windows/2019-01-08-13-56-01.bpo-35596.oFvhcm.rst
@@ -0,0 +1,2 @@
+Use unchecked PYCs for the embeddable distro to avoid zipimport
+restrictions.