summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorSegev Finer <segev208@gmail.com>2017-09-04 17:08:35 (GMT)
committerBenjamin Peterson <benjamin@python.org>2017-09-04 17:08:35 (GMT)
commit39fde5f93b58af5bc7cb34d1619d9aa0b9e2ec1c (patch)
treece5d77364fbfd216c7a7009f580dda278fcf86ec /Modules
parent2eea952b1b9ebbc2d94fd3faca1536c6b4963725 (diff)
downloadcpython-39fde5f93b58af5bc7cb34d1619d9aa0b9e2ec1c.zip
cpython-39fde5f93b58af5bc7cb34d1619d9aa0b9e2ec1c.tar.gz
cpython-39fde5f93b58af5bc7cb34d1619d9aa0b9e2ec1c.tar.bz2
[3.6] Add missing _sha3 module to Setup.dist (GH-2395) (#3280)
(cherry picked from commit 1c1f8f30c03ca119528)
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Setup.dist1
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index 8b87fc8..735bacb 100644
--- a/Modules/Setup.dist
+++ b/Modules/Setup.dist
@@ -250,6 +250,7 @@ _symtable symtablemodule.c
#_sha1 sha1module.c
#_sha256 sha256module.c
#_sha512 sha512module.c
+#_sha3 _sha3/sha3module.c
# _blake module
#_blake2 _blake2/blake2module.c _blake2/blake2b_impl.c _blake2/blake2s_impl.c