[issue39064] ValueError in zipfile.ZipFile

Serhiy Storchaka report at bugs.python.org
Sun Apr 3 12:41:04 EDT 2022


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

Try to create a normal ZIP file (it can be empty), then try to set some byte to FF (or a pair of bytes to FFFF, or 4 consequent bytes to FFFFFFFF, until you get the exactly same error). Then you can just add the binary dump of that file in tests.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39064>
_______________________________________


More information about the Python-bugs-list mailing list