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, georg.brandl, markaflacy, nnorwitz
Date 2010-08-14.22:44:24
SpamBayes Score 0.00021644212
Marked as misclassified No
Message-id <1281825882.03.0.385763858889.issue1710703@psf.upfronthosting.co.za>
In-reply-to
Content
Apparenty _EndRecData64 needed the same kind of check that _EndRecData has when trying to seek to the end-of-archive record.  So I added that, and everything seems to work correctly now.  All tests pass on my 64-bit Linux box (including test_zipfile64).

The updated patch against py3k/trunk is attached as zipfile_empty2.diff.
History
Date User Action Args
2010-08-14 22:44:42alanmcintyresetrecipients: + alanmcintyre, nnorwitz, georg.brandl, markaflacy
2010-08-14 22:44:42alanmcintyresetmessageid: <1281825882.03.0.385763858889.issue1710703@psf.upfronthosting.co.za>
2010-08-14 22:44:26alanmcintyrelinkissue1710703 messages
2010-08-14 22:44:26alanmcintyrecreate