]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35596: Use unchecked PYCs for the embeddable distro to avoid zipimport restrictio...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Jan 2019 10:56:14 +0000 (02:56 -0800)
committerGitHub <noreply@github.com>
Tue, 8 Jan 2019 10:56:14 +0000 (02:56 -0800)
commit69f64b67e43c65c2178c865fd1be80ed07f02d3c
treeadbb86d55f802576e32d3dd9f248efe6043e16f0
parent5d1e0124cf562153a681d1b5b362e7c8e23edea9
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.
(cherry picked from commit 872bd2b57ce8e4ea7a54acb3934222c0e4e7276b)

Co-authored-by: Steve Dower <steve.dower@microsoft.com>
.azure-pipelines/ci.yml
.azure-pipelines/windows-layout-steps.yml [new file with mode: 0644]
Misc/NEWS.d/next/Windows/2019-01-08-13-56-01.bpo-35596.oFvhcm.rst [new file with mode: 0644]
PC/layout/main.py