]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] gh-107398: Fix tarfile stream mode exception when process the file with the...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 21 May 2026 20:02:10 +0000 (22:02 +0200)
committerGitHub <noreply@github.com>
Thu, 21 May 2026 20:02:10 +0000 (20:02 +0000)
commite6e3b9f490b6a24dcbb461418f214e54431191f0
tree2f3fd31b269bdd0f43f026ab8332c822eabe4b3c
parent9d042ad9aec4fce19f87f7a7729c0a4a85ee4967
[3.15] gh-107398: Fix tarfile stream mode exception when process the file with the gzip extra field (GH-126304) (GH-150199)

(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]