Karthikeyan Singaravelan <[email protected]> added the comment:
master produces the below error while 3.8.0 produces IndexError. I guess it's
fixed by one of the reports.
./python ../backups/bpo39018.py
../crash-23b7d72644702df94bfcfaab4c25b01ff31c0b38
Traceback (most recent call last):
File "/home/xtreak/stuff/python/cpython/../backups/bpo39018.py", line 4, in
<module>
with zipfile.ZipFile(sys.argv[1]) as f:
File "/home/xtreak/stuff/python/cpython/Lib/zipfile.py", line 1256, in
__init__
self._RealGetContents()
File "/home/xtreak/stuff/python/cpython/Lib/zipfile.py", line 1379, in
_RealGetContents
x._decodeExtra()
File "/home/xtreak/stuff/python/cpython/Lib/zipfile.py", line 483, in
_decodeExtra
raise BadZipFile(f"Corrupt zip64 extra field. "
zipfile.BadZipFile: Corrupt zip64 extra field. File size not found.
----------
nosy: +xtreak
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue39018>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com