Skip to content

Remove unneeded zlib dependency in zipfile tests#135631

Open
danny0838 wants to merge 1 commit intopython:mainfrom
danny0838:fix-unneeded-zlib
Open

Remove unneeded zlib dependency in zipfile tests#135631
danny0838 wants to merge 1 commit intopython:mainfrom
danny0838:fix-unneeded-zlib

Conversation

@danny0838
Copy link
Copy Markdown

Use zipfile.crc32 rather than zlib.crc32 since it can work without zlib.

This seems to be an obvious and trivial improvement and I'd just skip raising an issue.

- Use `zipfile.crc32` rather than `zlib.crc32` since it can work without `zlib`.
@bedevere-app bedevere-app Bot added awaiting review tests Tests in the Lib/test dir labels Jun 17, 2025
@bedevere-app
Copy link
Copy Markdown

bedevere-app Bot commented Jun 17, 2025

Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool.

If this change has little impact on Python users, wait for a maintainer to apply the skip news label instead.

@github-actions
Copy link
Copy Markdown

This PR is stale because it has been open for 30 days with no activity.

@github-actions github-actions Bot added the stale Stale PR or inactive for long period of time. label Apr 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

awaiting review skip issue skip news stale Stale PR or inactive for long period of time. tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants