]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] 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 19:40:32 +0000 (21:40 +0200)
committerGitHub <noreply@github.com>
Thu, 21 May 2026 19:40:32 +0000 (19:40 +0000)
commit76899524914c467a9e3d20fa78cefdbd2c0b192e
treec7ef4b53bdff6c0156cc10b9bdf8d703c1b36644
parentc863e96455ea8b7f1e958eb0c9e188b05f7770a4
[3.14] gh-107398: Fix tarfile stream mode exception when process the file with the gzip extra field (GH-126304) (GH-150200)

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