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 pitrou
Recipients gregory.p.smith, jcea, pitrou
Date 2012-05-23.14:24:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1337782883.3354.14.camel@localhost.localdomain>
In-reply-to <1337782805.43.0.2934108863.issue14888@psf.upfronthosting.co.za>
Content
> Does this affect other hash modules?

I don't know, only md5 seems to have tests for large data.

> . Why is this not affecting python 3?

The _md5 module was apparently rewritten in Python 3.
History
Date User Action Args
2012-05-23 14:24:05pitrousetrecipients: + pitrou, gregory.p.smith, jcea
2012-05-23 14:24:05pitroulinkissue14888 messages
2012-05-23 14:24:05pitroucreate