summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSkip Montanaro <skip.montanaro@gmail.com>2023-06-27 03:40:34 (GMT)
committerGitHub <noreply@github.com>2023-06-27 03:40:34 (GMT)
commit0345b0c2bbf251a0f475cf53e0fb04c79a220e52 (patch)
tree378ce0546cdcc2c0b92029fb46c2d7329e64d3d2
parent51fc72511733353de15bc633a3d7b6da366842e4 (diff)
downloadcpython-0345b0c2bbf251a0f475cf53e0fb04c79a220e52.zip
cpython-0345b0c2bbf251a0f475cf53e0fb04c79a220e52.tar.gz
cpython-0345b0c2bbf251a0f475cf53e0fb04c79a220e52.tar.bz2
gh-106123: Modules/_sha3 appears to no longer be necessary (#106124)
-rwxr-xr-xconfigure1
-rw-r--r--configure.ac1
2 files changed, 0 insertions, 2 deletions
diff --git a/configure b/configure
index e33bf77..e6fb5e3 100755
--- a/configure
+++ b/configure
@@ -26701,7 +26701,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 8f097c4..a1ee780 100644
--- a/configure.ac
+++ b/configure.ac
@@ -6643,7 +6643,6 @@ SRCDIRS="\
Modules/_hacl \
Modules/_io \
Modules/_multiprocessing \
- Modules/_sha3 \
Modules/_sqlite \
Modules/_sre \
Modules/_testcapi \