diff options
author | Jelle Zijlstra <jelle.zijlstra@gmail.com> | 2022-03-07 02:04:58 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-07 02:04:58 (GMT) |
commit | e38d0dfe92c28e081a46a5a858ac26bd6a14aded (patch) | |
tree | 553efc9271a875db5ece9891acfcb8ddc7c36cc0 | |
parent | 55a5e17d19fecb6a7af85a1a9d44304e5fcb19c7 (diff) | |
download | cpython-e38d0dfe92c28e081a46a5a858ac26bd6a14aded.zip cpython-e38d0dfe92c28e081a46a5a858ac26bd6a14aded.tar.gz cpython-e38d0dfe92c28e081a46a5a858ac26bd6a14aded.tar.bz2 |
Clean up CODEOWNERS (#31715)
crypto-team apparently doesn't exist and skrah no longer has write access. Thanks @isidentical for noticing this.
-rw-r--r-- | .github/CODEOWNERS | 24 |
1 files changed, 8 insertions, 16 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d2097d3..ff7ffe1 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -32,13 +32,13 @@ Python/traceback.c @iritkatriel Python/pythonrun.c @iritkatriel # Hashing -**/*hashlib* @python/crypto-team @tiran -**/*pyhash* @python/crypto-team @tiran -**/*sha* @python/crypto-team @tiran -**/*md5* @python/crypto-team @tiran -**/*blake* @python/crypto-team @tiran -/Modules/_blake2/** @python/crypto-team @tiran -/Modules/_sha3/** @python/crypto-team @tiran +**/*hashlib* @tiran +**/*pyhash* @tiran +**/*sha* @tiran +**/*md5* @tiran +**/*blake* @tiran +/Modules/_blake2/** @tiran +/Modules/_sha3/** @tiran # logging **/*logging* @vsajip @@ -61,14 +61,6 @@ Python/pythonrun.c @iritkatriel **/*import*.c @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw **/*import*.py @brettcannon @encukou @ericsnowcurrently @ncoghlan @warsaw - -# SSL -**/*ssl* @python/crypto-team -**/*.pem @python/crypto-team - -# CSPRNG -Python/bootstrap_hash.c @python/crypto-team - # Dates and times **/*datetime* @pganssle @abalkin **/*str*time* @pganssle @abalkin @@ -132,7 +124,7 @@ Lib/ast.py @isidentical **/*bisect* @rhettinger **/*heapq* @rhettinger **/*functools* @rhettinger -**/*decimal* @rhettinger @skrah +**/*decimal* @rhettinger **/*dataclasses* @ericvsmith |