]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-83245: Raise BadZipFile instead of ValueError when reading a corrupt ZIP...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 25 May 2022 07:57:36 +0000 (00:57 -0700)
committerGitHub <noreply@github.com>
Wed, 25 May 2022 07:57:36 +0000 (00:57 -0700)
commite9d6ca4334273d44e7bd369d119380b4b7d9807d
treed7716368d3731985a087bfc7f4cc1535b9517587
parent74b205b3eb6432d81d745da1dae4359e42ae76d4
[3.11] gh-83245: Raise BadZipFile instead of ValueError when reading a corrupt ZIP file (GH-32291) (GH-93141)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
(cherry picked from commit 202ed2506c84cd98e9e35621b5b2929ceb717864)

Co-authored-by: Sam Ezeh <sam.z.ezeh@gmail.com>
Automerge-Triggered-By: GH:serhiy-storchaka
Lib/test/test_zipfile.py
Lib/zipfile.py
Misc/NEWS.d/next/Library/2022-04-03-19-40-09.bpo-39064.76PbIz.rst [new file with mode: 0644]