From: Skip Montanaro Date: Tue, 27 Jun 2023 03:40:34 +0000 (-0500) Subject: gh-106123: Modules/_sha3 appears to no longer be necessary (#106124) X-Git-Tag: v3.13.0a1~1634 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0345b0c2bbf251a0f475cf53e0fb04c79a220e52;p=thirdparty%2FPython%2Fcpython.git gh-106123: Modules/_sha3 appears to no longer be necessary (#106124) --- diff --git a/configure b/configure index e33bf77779e6..e6fb5e3c2b0c 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 8f097c416775..a1ee78047692 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 \