Closed tdpauw closed 11 months ago
Duplicate of #68489 ?
Not really a duplicate, but it is exactly that issue that we need to find a workaround for.
@maathieu comment on Mar 29 to python/cpython#68489 seems to be a simpler workaround. Implemented that.
Python's gzip module fails to decompress gzip files with trailing garbage (python/cpython#68489). The
gzip
command is however able to decompress such files.Example gzip causing the error: noname-189fc9925fed91f8.gz
A possible workaround can be found in How to Ignore Gzip Trailing Garbage Data in Python.