]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
gh-99108: Cleanup references to inexisting `Modules/_blake2`. (GH-126270)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Fri, 1 Nov 2024 16:18:44 +0000 (17:18 +0100)
committerGitHub <noreply@github.com>
Fri, 1 Nov 2024 16:18:44 +0000 (16:18 +0000)
* Remove references to `Modules/_blake2`.

* Remove `Modules/_blake2` entry from CODEOWNERS

The folder does not exist anymore.

* Remove `Modules/_blake2` entry from `Tools/c-analyzer/TODO`

.github/CODEOWNERS
PCbuild/pythoncore.vcxproj.filters
Tools/c-analyzer/TODO
Tools/c-analyzer/cpython/ignored.tsv
configure
configure.ac

index 9024639e25fcdff76c5db83e74e4e356b815449e..9162f9c7bb1576be0fd8026c55b031f1c4906b0a 100644 (file)
@@ -88,7 +88,6 @@ Objects/exceptions.c          @iritkatriel
 **/sha*                       @gpshead @tiran
 Modules/md5*                  @gpshead @tiran
 **/*blake*                    @gpshead @tiran
-Modules/_blake2/**            @gpshead @tiran
 Modules/_hacl/**              @gpshead
 
 # logging
index 6b294683320a73f2cd9bc4decf668f1a12af2fc0..740790cc5e1119dadd01613cba2a32184e002eeb 100644 (file)
     <ClCompile Include="..\Modules\_bisectmodule.c">
       <Filter>Modules</Filter>
     </ClCompile>
-    <ClCompile Include="..\Modules\_blake2\blake2module.c">
-      <Filter>Modules</Filter>
-    </ClCompile>
-    <ClCompile Include="..\Modules\_blake2\blake2b_impl.c">
-      <Filter>Modules</Filter>
-    </ClCompile>
-    <ClCompile Include="..\Modules\_blake2\blake2s_impl.c">
-      <Filter>Modules</Filter>
-    </ClCompile>
     <ClCompile Include="..\Modules\_codecsmodule.c">
       <Filter>Modules</Filter>
     </ClCompile>
index 3d599538510bd9edf2c45fdc7eec4d4a1f383bf3..e81ceb29c64bf0628add918f32aaa58181952582 100644 (file)
@@ -562,8 +562,6 @@ Objects/unicodeobject.c:static_strings                           static _Py_Iden
 
 # PyTypeObject (311)
 Modules/_abc.c:_abc_data_type                                    static PyTypeObject _abc_data_type
-Modules/_blake2/blake2b_impl.c:PyBlake2_BLAKE2bType              PyTypeObject PyBlake2_BLAKE2bType
-Modules/_blake2/blake2s_impl.c:PyBlake2_BLAKE2sType              PyTypeObject PyBlake2_BLAKE2sType
 Modules/_collectionsmodule.c:defdict_type                        static PyTypeObject defdict_type
 Modules/_collectionsmodule.c:deque_type                          static PyTypeObject deque_type
 Modules/_collectionsmodule.c:dequeiter_type                      static PyTypeObject dequeiter_type
index 2605825d3d007804a20004490a0433a9dfb0bc59..686f3935d91bdabe5ccb20f855361b90dcfb50f8 100644 (file)
@@ -629,8 +629,6 @@ Modules/_xxtestfuzz/fuzzer.c        LLVMFuzzerTestOneInput  ELEMENTTREE_PARSEWHOLE_INITI
 Include/internal/pycore_importdl.h     -       _PyImport_DynLoadFiletab        -
 Include/py_curses.h    -       PyCurses_API    -
 Include/pydecimal.h    -       _decimal_api    -
-Modules/_blake2/blake2module.c -       blake2b_type_spec       -
-Modules/_blake2/blake2module.c -       blake2s_type_spec       -
 Modules/_io/fileio.c   -       _Py_open_cloexec_works  -
 Modules/_io/_iomodule.h        -       PyIOBase_Type   -
 Modules/_io/_iomodule.h        -       PyRawIOBase_Type        -
index 3989de82a99ecd9ecb7de160e649e0c804e3ed9d..1097747e05517924737c06c08bdbe3a17950d64c 100755 (executable)
--- a/configure
+++ b/configure
@@ -28091,7 +28091,6 @@ done
 
 SRCDIRS="\
   Modules \
-  Modules/_blake2 \
   Modules/_ctypes \
   Modules/_decimal \
   Modules/_decimal/libmpdec \
index 6a98cc5e2a0835a613f49031480b844cade2de5d..6d514705e91ce54ec186a89a060041fa2c7c24b1 100644 (file)
@@ -7074,7 +7074,6 @@ done
 AC_SUBST([SRCDIRS])
 SRCDIRS="\
   Modules \
-  Modules/_blake2 \
   Modules/_ctypes \
   Modules/_decimal \
   Modules/_decimal/libmpdec \