[issue45507] Small oversight in 3.11 gzip.decompress implementation with regards to backwards compatibility

Ruben Vorderman report at bugs.python.org
Mon Oct 18 04:51:32 EDT 2021


New submission from Ruben Vorderman <r.h.p.vorderman at lumc.nl>:

A 'struct.error: unpack requires a buffer of 8 bytes' is thrown when a gzip trailer is truncated instead of an EOFError such as in the 3.10 and prior releases.

----------
components: Library (Lib)
messages: 404165
nosy: rhpvorderman
priority: normal
severity: normal
status: open
title: Small oversight in 3.11 gzip.decompress implementation with regards to backwards compatibility
type: behavior
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45507>
_______________________________________


More information about the Python-bugs-list mailing list