8000 gh-111881: Import lazily zipfile in support.script_helper by vstinner · Pull Request #112172 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

gh-111881: Import lazily zipfile in support.script_helper #112172

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 16, 2023

Conversation

vstinner
Copy link
Member
@vstinner vstinner commented Nov 16, 2023

It allows running the test suite when the zlib extension is missing.

It allows running the test suite when the zlib extension is missing.
@vstinner
Copy link
Member Author

This zipfile import prevented me to run the test suite when I built Python in 32-bit on my 64-bit Fedora using CFLAGS=-m32 LDFLAGS=-m32 compiler flags.

@vstinner vstinner merged commit f66afa3 into python:main Nov 16, 2023
@vstinner vstinner deleted the support_zipfile branch November 16, 2023 17:57
@vstinner
Copy link
Member Author

Merged. Thanks Alex.

aisk pushed a commit to aisk/cpython that referenced this pull request Feb 11, 2024
…on#112172)

It allows running the test suite when the zlib extension is missing.
Glyphack pushed a commit to Glyphack/cpython that referenced this pull request Sep 2, 2024
…on#112172)

It allows running the test suite when the zlib extension is missing.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0