]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43317: Use io.DEFAULT_BUFFER_SIZE instead of 1024 in gzip CLI (#24645)
authorRuben Vorderman <r.h.p.vorderman@lumc.nl>
Fri, 26 Feb 2021 12:17:51 +0000 (13:17 +0100)
committerGitHub <noreply@github.com>
Fri, 26 Feb 2021 12:17:51 +0000 (21:17 +0900)
commit7956ef884965ac6f9f7f2a27b835ea80e471c886
tree8e40d831d57f47b1d92b1472496c1edde4b3cc03
parent25935a2881f8da1231a2f6f5884031ae01e570fc
bpo-43317: Use io.DEFAULT_BUFFER_SIZE instead of 1024 in gzip CLI (#24645)

This improves the performance slightly.
Lib/gzip.py
Misc/NEWS.d/next/Library/2021-02-25-09-08-55.bpo-43317.qrOOpB.rst [new file with mode: 0644]