This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients iritkatriel, jvoisin, sam_ezeh, serhiy.storchaka
Date 2022-04-03.16:41:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1649004064.65.0.523274143941.issue39064@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2022-04-03 16:41:04serhiy.storchakasetrecipients: + serhiy.storchaka, jvoisin, iritkatriel, sam_ezeh
2022-04-03 16:41:04serhiy.storchakasetmessageid: <1649004064.65.0.523274143941.issue39064@roundup.psfhosted.org>
2022-04-03 16:41:04serhiy.storchakalinkissue39064 messages
2022-04-03 16:41:04serhiy.storchakacreate