]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-117779: Fix reading duplicated entries in zipfile by name (GH-129254) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 8 Apr 2025 11:13:09 +0000 (13:13 +0200)
committerGitHub <noreply@github.com>
Tue, 8 Apr 2025 11:13:09 +0000 (11:13 +0000)
commita05e9301ab50b60f513f626eb0758dda17007341
tree84abea37e08afee829ae23291ab25ddf900daf50
parentb41e008edb4b5c54efedb029c96b16c66446a0d3
[3.12] gh-117779: Fix reading duplicated entries in zipfile by name (GH-129254) (GH-132264)

(cherry picked from commit 0f04f2456a2ff996cc670342a287928ab5f9b706)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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]