]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43316: gzip: Fix sys.exit() usage. (GH-24652)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 26 Feb 2021 02:36:49 +0000 (18:36 -0800)
committerGitHub <noreply@github.com>
Fri, 26 Feb 2021 02:36:49 +0000 (18:36 -0800)
commit07ab490a7a966ce00a61bf56ccd0604434b143a5
tree8a712c7a3aa7b214c98c8af842a69c9aeca97fde
parent69906c505b139cbd892866dbceeb607eff53ab3b
bpo-43316: gzip: Fix sys.exit() usage. (GH-24652)

(cherry picked from commit 9525a18b5bb317d9fb206c992ab62aa41559b0c8)

Co-authored-by: Inada Naoki <songofacandy@gmail.com>
Lib/gzip.py
Lib/test/test_gzip.py