]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-83245: Raise BadZipFile instead of ValueError when reading a corrupt ZIP file...
authorSam Ezeh <sam.z.ezeh@gmail.com>
Mon, 23 May 2022 17:59:21 +0000 (18:59 +0100)
committerGitHub <noreply@github.com>
Mon, 23 May 2022 17:59:21 +0000 (20:59 +0300)
commit202ed2506c84cd98e9e35621b5b2929ceb717864
tree109cc1dc878a5380086cc782b81fb91cfdc1ce51
parent6a6f823ea7f565722148462a0372aa90085637bc
gh-83245: Raise BadZipFile instead of ValueError when reading a corrupt ZIP file (GH-32291)

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