gh-99108: Cleanup references to inexisting `Modules/_blake2`. (GH-126270)

* 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`
This commit is contained in:
Bénédikt Tran 2024-11-01 17:18:44 +01:00 committed by GitHub
parent 821759d631
commit 38a604fd90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
6 changed files with 0 additions and 16 deletions

1
.github/CODEOWNERS vendored
View 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

View File

@ -917,15 +917,6 @@
<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>

View 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

View 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 -

Can't render this file because it has a wrong number of fields in line 4.

1
configure generated vendored
View File

@ -28091,7 +28091,6 @@ done
SRCDIRS="\
Modules \
Modules/_blake2 \
Modules/_ctypes \
Modules/_decimal \
Modules/_decimal/libmpdec \

View File

@ -7074,7 +7074,6 @@ done
AC_SUBST([SRCDIRS])
SRCDIRS="\
Modules \
Modules/_blake2 \
Modules/_ctypes \
Modules/_decimal \
Modules/_decimal/libmpdec \