Issue 31328: _sha3 is missing from Setup.dist - Python tracker

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.

classification
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: Segev Finer
Priority: normal Keywords:

Created on 2017-09-01 18:09 by Segev Finer, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 2395 merged Segev Finer, 2017-09-01 18:10
PR 3280 merged Segev Finer, 2017-09-04 16:46
Messages (1)
msg301144 - (view) Author: Segev Finer (Segev Finer) * Date: 2017-09-01 18:09
_sha3 is missing a commented out line from Setup.dist like the rest of the modules. It's really only used if someone wants to edit Setup.dist to build with the _sha3 module statically. Mostly a trivial change to add it in.