]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-107398: Fix tarfile stream mode exception when process the file with the... 3.13
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 21 May 2026 19:38:54 +0000 (21:38 +0200)
committerGitHub <noreply@github.com>
Thu, 21 May 2026 19:38:54 +0000 (22:38 +0300)
commitcfa3daa7fe9136263642ea2c334e8783d16e2ca3
tree6d8623665876ecdac12d3d7e3e7af67f94a330e0
parent6f727344461a604f5283d5919f98be5c3cd2d07f
[3.13] gh-107398: Fix tarfile stream mode exception when process the file with the gzip extra field (GH-126304) (GH-150201)

(cherry picked from commit 65f99329edf5d0df3ee14d9a242e1a4c8b842211)

Co-authored-by: Nadeshiko Manju <me@manjusaka.me>
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS.d/next/Library/2024-11-02-02-02-31.gh-issue-107398.uUtA6Q.rst [new file with mode: 0644]