summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2023-06-27 05:49:32 (GMT)
committerGitHub <noreply@github.com>2023-06-27 05:49:32 (GMT)
commit0efbe4d1899cff34033183649c48151849d67c27 (patch)
tree172da40a461430c18b22eda3c5dbeb3839d82ab8
parentc2e8e347b37784e83ff1807d1e91035a38c17957 (diff)
downloadcpython-0efbe4d1899cff34033183649c48151849d67c27.zip
cpython-0efbe4d1899cff34033183649c48151849d67c27.tar.gz
cpython-0efbe4d1899cff34033183649c48151849d67c27.tar.bz2
[3.12] gh-106123: Modules/_sha3 appears to no longer be necessary (GH-106124) (#106127)
Co-authored-by: Skip Montanaro <skip.montanaro@gmail.com>
-rwxr-xr-xconfigure1
-rw-r--r--configure.ac1
2 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index e89155b..248b14e 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 14354a0..96c96e4 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 \