summaryrefslogtreecommitdiffstats
path: root/Tools
diff options
context:
space:
mode:
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>2024-11-01 16:18:44 (GMT)
committerGitHub <noreply@github.com>2024-11-01 16:18:44 (GMT)
commit38a604fd90e765d5ac42373755397ab1e6cc0a39 (patch)
tree269c13eba7fca3acbbde69693ee5c737d76aedc6 /Tools
parent821759d63101334fa8a1863135429c341ca0b234 (diff)
downloadcpython-38a604fd90e765d5ac42373755397ab1e6cc0a39.zip
cpython-38a604fd90e765d5ac42373755397ab1e6cc0a39.tar.gz
cpython-38a604fd90e765d5ac42373755397ab1e6cc0a39.tar.bz2
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`
Diffstat (limited to 'Tools')
-rw-r--r--Tools/c-analyzer/TODO2
-rw-r--r--Tools/c-analyzer/cpython/ignored.tsv2
2 files changed, 0 insertions, 4 deletions
diff --git a/Tools/c-analyzer/TODO b/Tools/c-analyzer/TODO
index 3d59953..e81ceb2 100644
--- a/Tools/c-analyzer/TODO
+++ b/Tools/c-analyzer/TODO
@@ -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
diff --git a/Tools/c-analyzer/cpython/ignored.tsv b/Tools/c-analyzer/cpython/ignored.tsv
index 2605825..686f393 100644
--- a/Tools/c-analyzer/cpython/ignored.tsv
+++ b/Tools/c-analyzer/cpython/ignored.tsv
@@ -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 -