]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111881: Import lazily zipfile in support.script_helper (#112172)
authorVictor Stinner <vstinner@python.org>
Thu, 16 Nov 2023 17:57:22 +0000 (18:57 +0100)
committerGitHub <noreply@github.com>
Thu, 16 Nov 2023 17:57:22 +0000 (18:57 +0100)
commitf66afa395a6d06097ad1ca222ed076e18a7a8126
treef58c3cfca33e77d855499051491c5f5c7144ffa4
parent7680da458398c5a08b9c32785b1eeb7b7c0887e4
gh-111881: Import lazily zipfile in support.script_helper (#112172)

It allows running the test suite when the zlib extension is missing.
Lib/test/support/script_helper.py