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 serhiy.storchaka
Recipients christian.heimes, ned.deily, serhiy.storchaka, shuoz, vstinner, xtreak
Date 2018-10-11.04:41:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539232867.76.0.788709270274.issue34922@psf.upfronthosting.co.za>
In-reply-to
Content
New changeset 9b8c2e767643256202bb11456ba8665593b9a500 by Serhiy Storchaka in branch 'master':
bpo-34922: Fix integer overflow in the digest() and hexdigest() methods (GH-9751)
https://github.com/python/cpython/commit/9b8c2e767643256202bb11456ba8665593b9a500
History
Date User Action Args
2018-10-11 04:41:07serhiy.storchakasetrecipients: + serhiy.storchaka, vstinner, christian.heimes, ned.deily, xtreak, shuoz
2018-10-11 04:41:07serhiy.storchakasetmessageid: <1539232867.76.0.788709270274.issue34922@psf.upfronthosting.co.za>
2018-10-11 04:41:07serhiy.storchakalinkissue34922 messages
2018-10-11 04:41:07serhiy.storchakacreate