[Python-checkins] [3.12] gh-106123: Modules/_sha3 appears to no longer be necessary (GH-106124) (#106127)

hauntsaninja webhook-mailer at python.org
Tue Jun 27 01:49:35 EDT 2023


https://github.com/python/cpython/commit/0efbe4d1899cff34033183649c48151849d67c27
commit: 0efbe4d1899cff34033183649c48151849d67c27
branch: 3.12
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: hauntsaninja <12621235+hauntsaninja at users.noreply.github.com>
date: 2023-06-26T22:49:32-07:00
summary:

[3.12] gh-106123: Modules/_sha3 appears to no longer be necessary (GH-106124) (#106127)

Co-authored-by: Skip Montanaro <skip.montanaro at gmail.com>

files:
M configure
M configure.ac

diff --git a/configure b/configure
index e89155b5bbef..248b14e254f6 100755
--- a/configure
+++ b/configure
@@ -27291,7 +27291,6 @@ SRCDIRS="\
   Modules/_hacl \
   Modules/_io \
   Modules/_multiprocessing \
-  Modules/_sha3 \
   Modules/_sqlite \
   Modules/_sre \
   Modules/_testcapi \
diff --git a/configure.ac b/configure.ac
index 14354a07ab50..96c96e4b0d73 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6697,7 +6697,6 @@ SRCDIRS="\
   Modules/_hacl \
   Modules/_io \
   Modules/_multiprocessing \
-  Modules/_sha3 \
   Modules/_sqlite \
   Modules/_sre \
   Modules/_testcapi \



More information about the Python-checkins mailing list