gzip: add tests for memoryview with itemsize > 1 byte#141208
gzip: add tests for memoryview with itemsize > 1 byte#141208dstndstn wants to merge 5 commits intopython:mainfrom
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 is stale because it has been open for 30 days with no activity. |
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.