]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-74468: [tarfile] Fix incorrect name attribute of ExFileObject (GH-102424)
authorOleg Iarygin <oleg@arhadthedev.net>
Mon, 27 Mar 2023 23:21:07 +0000 (03:21 +0400)
committerGitHub <noreply@github.com>
Mon, 27 Mar 2023 23:21:07 +0000 (16:21 -0700)
commit56d055a0d81a809e4ff8e1d56756a3bf32317efb
treea7b12f88c2a8496a23b3ab41d60836bf8e8b1c66
parent89e67ada6958cfd8d4eec221848f81b2619de099
gh-74468: [tarfile] Fix incorrect name attribute of ExFileObject (GH-102424)

Co-authored-by: Simeon Visser <svisser@users.noreply.github.com>
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS.d/next/Library/2023-03-04-20-58-29.gh-issue-74468.Ac5Ew_.rst [new file with mode: 0644]