-
-
Notifications
You must be signed in to change notification settings - Fork 33.3k
gzip: add tests for memoryview with itemsize > 1 byte #141208
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
base: main
Are you sure you want to change the base?
Conversation
…ly round-trips through GzipFile and gzip.compress -> gzip.decompress
|
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 |
|
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 |
|
My attempt at filing a bug against Python3.12 was closed with |
…n into add-gzip-test-memoryview
|
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 |
|
the macOS CI failure looks unrelated (ssl). |
This PR adds tests to
test_gzip.pythat 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.