[issue43279] Update code taken from Keccak Code Package

2021-02-20 Thread Christian Heimes
Christian Heimes added the comment: Please hold off. Once PEP 644 gets accepted, I'm going to remove our copy of Keccak and _sha3 module entirely. -- ___ Python tracker ___ _

[issue43279] Update code taken from Keccak Code Package

2021-02-20 Thread Illia Volochii
Change by Illia Volochii : -- keywords: +patch pull_requests: +23379 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24601 ___ Python tracker ___ _

[issue43279] Update code taken from Keccak Code Package

2021-02-20 Thread Illia Volochii
New submission from Illia Volochii : There were some updates to the Keccak package (https://github.com/XKCP/XKCP) since it was integrated in CPython initially. I will submit a pull request soon -- components: Extension Modules messages: 387422 nosy: christian.heimes, illia-v priority: