[Python-checkins] [3.6] Add missing _sha3 module to Setup.dist (GH-2395) (#3280)

Benjamin Peterson webhook-mailer at python.org
Mon Sep 4 13:08:37 EDT 2017


https://github.com/python/cpython/commit/39fde5f93b58af5bc7cb34d1619d9aa0b9e2ec1c
commit: 39fde5f93b58af5bc7cb34d1619d9aa0b9e2ec1c
branch: 3.6
author: Segev Finer <segev208 at gmail.com>
committer: Benjamin Peterson <benjamin at python.org>
date: 2017-09-04T10:08:35-07:00
summary:

[3.6] Add missing _sha3 module to Setup.dist (GH-2395) (#3280)

(cherry picked from commit 1c1f8f30c03ca119528)

files:
M Modules/Setup.dist

diff --git a/Modules/Setup.dist b/Modules/Setup.dist
index 8b87fc8143f..735bacb1b4d 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



More information about the Python-checkins mailing list