]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Remove some dead code from gzip and tarfile (#138123)
authormaurycy <5383+maurycy@users.noreply.github.com>
Mon, 25 Aug 2025 13:23:47 +0000 (15:23 +0200)
committerGitHub <noreply@github.com>
Mon, 25 Aug 2025 13:23:47 +0000 (16:23 +0300)
commitedf6e6819b04c08ebe774938438aadfb417a42ef
treede80980b94402a3737d38f76074c7dc00ec13b05
parenta5530656c152c1e7755d3d219f5b8b72f0f21479
Remove some dead code from gzip and tarfile (#138123)

The original_n variable and the writebuf and bufsize attributes were never used.
Lib/gzip.py
Lib/tarfile.py