[issue43613] gzip.compress and gzip.decompress are sub-optimally implemented.

Ruben Vorderman report at bugs.python.org
Fri Sep 3 03:37:25 EDT 2021


Ruben Vorderman <r.h.p.vorderman at lumc.nl> added the comment:

Issue was solved by moving code from _GzipReader to separate functions and maintaining the same error structure. 
This solved the problem with maximum code reuse and full backwards compatibility.

----------

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


More information about the Python-bugs-list mailing list