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 schmir
Recipients donut, loewis, schmir
Date 2008-07-14.22:16:23
SpamBayes Score 0.017375518
Marked as misclassified No
Message-id <1216073788.03.0.0162276234368.issue3026@psf.upfronthosting.co.za>
In-reply-to
Content
this patch adds a digest_update function.
digest_update calls EVP_DigestUpdate(..) with chunks of 16 MB size and
also checks for signals.
I didn't write any tests (as they will most probably annoy many people
cause they would need much memory).

testbigfile.py however now works.
History
Date User Action Args
2008-07-14 22:16:28schmirsetspambayes_score: 0.0173755 -> 0.017375518
recipients: + schmir, loewis, donut
2008-07-14 22:16:28schmirsetspambayes_score: 0.0173755 -> 0.0173755
messageid: <1216073788.03.0.0162276234368.issue3026@psf.upfronthosting.co.za>
2008-07-14 22:16:26schmirlinkissue3026 messages
2008-07-14 22:16:26schmircreate