]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117779: Fix reading duplicated entries in zipfile by name (GH-129254)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 8 Apr 2025 10:56:42 +0000 (13:56 +0300)
committerGitHub <noreply@github.com>
Tue, 8 Apr 2025 10:56:42 +0000 (13:56 +0300)
commit0f04f2456a2ff996cc670342a287928ab5f9b706
tree5ac98f79e9505c6462d3e7a1101816193d3a89e3
parentac3c439cdfee8452f2bcceacd67a1f4e423ac3cf
gh-117779: Fix reading duplicated entries in zipfile by name (GH-129254)
Lib/test/test_zipfile/test_core.py
Lib/zipfile/__init__.py
Misc/NEWS.d/next/Library/2025-01-24-12-30-38.gh-issue-117779.gADGXI.rst [new file with mode: 0644]