Skip to content

Conversation

@dstndstn
Copy link

@dstndstn dstndstn commented Nov 7, 2025

This PR adds tests to test_gzip.py that an array with items larger than one byte correctly round-trips through GzipFile and gzip.compress -> gzip.decompress.

Python 3.12 broke this; these tests are to try to make sure that doesn't happen again.

…ly round-trips through GzipFile and gzip.compress -> gzip.decompress
@python-cla-bot
Copy link

python-cla-bot bot commented Nov 7, 2025

All commit authors signed the Contributor License Agreement.

CLA signed

@bedevere-app bedevere-app bot added awaiting review tests Tests in the Lib/test dir labels Nov 7, 2025
@bedevere-app
Copy link

bedevere-app bot commented Nov 7, 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.

@bedevere-app
Copy link

bedevere-app bot commented Nov 7, 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.

@dstndstn
Copy link
Author

dstndstn commented Nov 7, 2025

My attempt at filing a bug against Python3.12 was closed with wontfix: #141201

@bedevere-app
Copy link

bedevere-app bot commented Nov 7, 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.

@dstndstn
Copy link
Author

dstndstn commented Nov 7, 2025

the macOS CI failure looks unrelated (ssl).

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