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, xtreak
Date 2018-10-07.19:46:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538941569.98.0.545547206417.issue34922@psf.upfronthosting.co.za>
In-reply-to
Content
The original crash is nor reproducible in 3.7 and master, but Victor found other example that causes a crash in 3.7 and master.

    import hashlib; hashlib.shake_128().hexdigest(2*64-10)

Use 2*32-10 on 32-bit platforms.

I suppose that passing 2**29 on 32-bit platforms will cause problems too. And this is just 512 MiB.

So this issue affects 3.6, 3.7 and master.
History
Date User Action Args
2018-10-07 19:46:10serhiy.storchakasetrecipients: + serhiy.storchaka, christian.heimes, ned.deily, xtreak, shuoz
2018-10-07 19:46:09serhiy.storchakasetmessageid: <1538941569.98.0.545547206417.issue34922@psf.upfronthosting.co.za>
2018-10-07 19:46:09serhiy.storchakalinkissue34922 messages
2018-10-07 19:46:09serhiy.storchakacreate