Message327306
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. |
|
Date |
User |
Action |
Args |
2018-10-07 19:46:10 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, christian.heimes, ned.deily, xtreak, shuoz |
2018-10-07 19:46:09 | serhiy.storchaka | set | messageid: <1538941569.98.0.545547206417.issue34922@psf.upfronthosting.co.za> |
2018-10-07 19:46:09 | serhiy.storchaka | link | issue34922 messages |
2018-10-07 19:46:09 | serhiy.storchaka | create | |
|