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 bgilbert, serhiy.storchaka
Date 2014-07-07.17:02:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404752550.22.0.314898549521.issue21866@psf.upfronthosting.co.za>
In-reply-to
Content
An offset is checked in write() and writestr() methods and an exception is raised if an offset is >= 2 GiB and ZIP64 extension is not allowed. I don't see a possibility for a bug.
History
Date User Action Args
2014-07-07 17:02:30serhiy.storchakasetrecipients: + serhiy.storchaka, bgilbert
2014-07-07 17:02:30serhiy.storchakasetmessageid: <1404752550.22.0.314898549521.issue21866@psf.upfronthosting.co.za>
2014-07-07 17:02:30serhiy.storchakalinkissue21866 messages
2014-07-07 17:02:30serhiy.storchakacreate