diff options
author | Bénédikt Tran <10796600+picnixz@users.noreply.github.com> | 2024-11-01 16:18:44 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-01 16:18:44 (GMT) |
commit | 38a604fd90e765d5ac42373755397ab1e6cc0a39 (patch) | |
tree | 269c13eba7fca3acbbde69693ee5c737d76aedc6 /.github/CODEOWNERS | |
parent | 821759d63101334fa8a1863135429c341ca0b234 (diff) | |
download | cpython-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 '.github/CODEOWNERS')
-rw-r--r-- | .github/CODEOWNERS | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9024639..9162f9c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 |