Skip to content

Commit 436d742

Browse files
picnixzebonnal
authored andcommitted
pythongh-99108: Cleanup references to inexisting Modules/_blake2. (pythonGH-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`
1 parent 927ce50 commit 436d742

File tree

6 files changed

+0
-16
lines changed

6 files changed

+0
-16
lines changed

.github/CODEOWNERS

-1
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ Objects/exceptions.c @iritkatriel
8888
**/sha* @gpshead @tiran
8989
Modules/md5* @gpshead @tiran
9090
**/*blake* @gpshead @tiran
91-
Modules/_blake2/** @gpshead @tiran
9291
Modules/_hacl/** @gpshead
9392

9493
# logging

PCbuild/pythoncore.vcxproj.filters

-9
Original file line numberDiff line numberDiff line change
@@ -917,15 +917,6 @@
917917
<ClCompile Include="..\Modules\_bisectmodule.c">
918918
<Filter>Modules</Filter>
919919
</ClCompile>
920-
<ClCompile Include="..\Modules\_blake2\blake2module.c">
921-
<Filter>Modules</Filter>
922-
</ClCompile>
923-
<ClCompile Include="..\Modules\_blake2\blake2b_impl.c">
924-
<Filter>Modules</Filter>
925-
</ClCompile>
926-
<ClCompile Include="..\Modules\_blake2\blake2s_impl.c">
927-
<Filter>Modules</Filter>
928-
</ClCompile>
929920
<ClCompile Include="..\Modules\_codecsmodule.c">
930921
<Filter>Modules</Filter>
931922
</ClCompile>

Tools/c-analyzer/TODO

-2
Original file line numberDiff line numberDiff line change
@@ -562,8 +562,6 @@ Objects/unicodeobject.c:static_strings static _Py_Iden
562562

563563
# PyTypeObject (311)
564564
Modules/_abc.c:_abc_data_type static PyTypeObject _abc_data_type
565-
Modules/_blake2/blake2b_impl.c:PyBlake2_BLAKE2bType PyTypeObject PyBlake2_BLAKE2bType
566-
Modules/_blake2/blake2s_impl.c:PyBlake2_BLAKE2sType PyTypeObject PyBlake2_BLAKE2sType
567565
Modules/_collectionsmodule.c:defdict_type static PyTypeObject defdict_type
568566
Modules/_collectionsmodule.c:deque_type static PyTypeObject deque_type
569567
Modules/_collectionsmodule.c:dequeiter_type static PyTypeObject dequeiter_type

Tools/c-analyzer/cpython/ignored.tsv

-2
Original file line numberDiff line numberDiff line change
@@ -629,8 +629,6 @@ Modules/_xxtestfuzz/fuzzer.c LLVMFuzzerTestOneInput ELEMENTTREE_PARSEWHOLE_INITI
629629
Include/internal/pycore_importdl.h - _PyImport_DynLoadFiletab -
630630
Include/py_curses.h - PyCurses_API -
631631
Include/pydecimal.h - _decimal_api -
632-
Modules/_blake2/blake2module.c - blake2b_type_spec -
633-
Modules/_blake2/blake2module.c - blake2s_type_spec -
634632
Modules/_io/fileio.c - _Py_open_cloexec_works -
635633
Modules/_io/_iomodule.h - PyIOBase_Type -
636634
Modules/_io/_iomodule.h - PyRawIOBase_Type -

configure

-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

configure.ac

-1
Original file line numberDiff line numberDiff line change
@@ -7074,7 +7074,6 @@ done
70747074
AC_SUBST([SRCDIRS])
70757075
SRCDIRS="\
70767076
Modules \
7077-
Modules/_blake2 \
70787077
Modules/_ctypes \
70797078
Modules/_decimal \
70807079
Modules/_decimal/libmpdec \

0 commit comments

Comments
 (0)