]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43613: Faster implementation of gzip.compress and gzip.decompress (GH-27941)
authorRuben Vorderman <r.h.p.vorderman@lumc.nl>
Thu, 2 Sep 2021 15:02:59 +0000 (17:02 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Sep 2021 15:02:59 +0000 (17:02 +0200)
commitea23e7820f02840368569db8082bd0ca4d59b62a
tree44dcdd66cf7335a31a837d7e84a857e5c677e2b3
parenta7ef15aae8608560bffeeaba412c10e52cab07dd
bpo-43613: Faster implementation of gzip.compress and gzip.decompress (GH-27941)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Doc/library/gzip.rst
Doc/library/zlib.rst
Lib/gzip.py
Lib/test/test_zlib.py
Misc/NEWS.d/next/Library/2021-03-24-09-40-02.bpo-43612.vMGZ4y.rst [new file with mode: 0644]
Misc/NEWS.d/next/Library/2021-08-25-10-28-49.bpo-43613.WkYmI0.rst [new file with mode: 0644]
Modules/clinic/zlibmodule.c.h
Modules/zlibmodule.c