Author alanmcintyre
Recipients alanmcintyre, gradha
Date 2008-01-04.14:47:17
SpamBayes Score 0.0369293
Marked as misclassified No
Message-id <1199458037.99.0.321685341575.issue1739648@psf.upfronthosting.co.za>
In-reply-to
Content
This sort of change definitely needs to be made to avoid reading huge
files into memory for testzip().  I've attached a modified patch as
zipfile_testzip_amcintyre.diff; it didn't seem appropriate to have a
module-level variable for the size of the test read, and I made a few
other minor tweaks.
History
Date User Action Args
2008-01-04 14:47:18alanmcintyresetspambayes_score: 0.0369293 -> 0.0369293
recipients: + alanmcintyre, gradha
2008-01-04 14:47:18alanmcintyresetspambayes_score: 0.0369293 -> 0.0369293
messageid: <1199458037.99.0.321685341575.issue1739648@psf.upfronthosting.co.za>
2008-01-04 14:47:17alanmcintyrelinkissue1739648 messages
2008-01-04 14:47:17alanmcintyrecreate