]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107398: Fix tarfile stream mode exception when process the file with the gzip...
authorNadeshiko Manju <me@manjusaka.me>
Thu, 21 May 2026 19:12:09 +0000 (03:12 +0800)
committerGitHub <noreply@github.com>
Thu, 21 May 2026 19:12:09 +0000 (19:12 +0000)
commit65f99329edf5d0df3ee14d9a242e1a4c8b842211
treee3df6f66cb5c652a13e19772423a51f3cc4cd0f1
parent32104a11e346e07be8c8dcf4cc5978731b5ac144
gh-107398: Fix tarfile stream mode exception when process the file with the gzip extra field (GH-126304)

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]