Feature or enhancement
Proposal:
create_zipfile_with_extra_data only calls crc32 and does not actually require the decompression method provided by zlib. Use zipfile.crc32 rather than zlib.crc32 to allow the test to run on platforms without zlib support.
Links to previous discussion of this feature:
#135631
Linked PRs
Feature or enhancement
Proposal:
create_zipfile_with_extra_dataonly callscrc32and does not actually require the decompression method provided byzlib. Usezipfile.crc32rather thanzlib.crc32to allow the test to run on platforms withoutzlibsupport.Links to previous discussion of this feature:
#135631
Linked PRs
zlibdependency in zipfile tests #135631