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 alanmcintyre
Recipients alanmcintyre, craigds, eric.araujo
Date 2010-09-07.04:57:40
SpamBayes Score 1.1542787e-06
Marked as misclassified No
Message-id <1283835468.24.0.874482196307.issue9720@psf.upfronthosting.co.za>
In-reply-to
Content
Here's an updated patch for the py3k trunk with tests.  This pretty much doubles the runtime of test_zipfile64.py.  The patch also removes some unnecessary code from the existing test_zipfile64 tests.

Note: It looks like writestr will also suffer from a struct.pack overflow if it's given a ZipInfo with the third general purpose flag bit set.  I won't have time to address that until next weekend, probably.
History
Date User Action Args
2010-09-07 04:57:49alanmcintyresetrecipients: + alanmcintyre, eric.araujo, craigds
2010-09-07 04:57:48alanmcintyresetmessageid: <1283835468.24.0.874482196307.issue9720@psf.upfronthosting.co.za>
2010-09-07 04:57:46alanmcintyrelinkissue9720 messages
2010-09-07 04:57:45alanmcintyrecreate