Serhiy Storchaka <[email protected]> added the comment:
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.
----------
_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue34922>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe:
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com