From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Tue, 27 Jun 2023 05:49:32 +0000 (-0700) Subject: [3.12] gh-106123: Modules/_sha3 appears to no longer be necessary (GH-106124) (#106127) X-Git-Tag: v3.12.0b4~71 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0efbe4d1899cff34033183649c48151849d67c27;p=thirdparty%2FPython%2Fcpython.git [3.12] gh-106123: Modules/_sha3 appears to no longer be necessary (GH-106124) (#106127) Co-authored-by: Skip Montanaro --- 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 \