]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846)
authorPetr Viktorin <encukou@gmail.com>
Mon, 21 Aug 2023 10:56:46 +0000 (12:56 +0200)
committerGitHub <noreply@github.com>
Mon, 21 Aug 2023 10:56:46 +0000 (12:56 +0200)
commitacbd3f9c5c5f23e95267714e41236140d84fe962
tree0372b9168b6554b0591152c3a2583638a8e84cda
parent622ddc41674c2566062af82f7b079aa01d2aae8c
gh-107845: Fix symlink handling for tarfile.data_filter (GH-107846)

Co-authored-by: Victor Stinner <vstinner@python.org>
Co-authored-by: Lumír 'Frenzy' Balhar <frenzy.madness@gmail.com>
Doc/library/tarfile.rst
Lib/tarfile.py
Lib/test/test_tarfile.py
Misc/NEWS.d/next/Library/2023-08-10-17-36-22.gh-issue-107845.dABiMJ.rst [new file with mode: 0644]