[Python-checkins] Add my to code owner for more areas (#13650)

Christian Heimes webhook-mailer at python.org
Wed May 29 11:45:25 EDT 2019


https://github.com/python/cpython/commit/1c999262281c4a946c49614c3f8549f68049c0d9
commit: 1c999262281c4a946c49614c3f8549f68049c0d9
branch: master
author: Christian Heimes <christian at python.org>
committer: GitHub <noreply at github.com>
date: 2019-05-29T17:45:19+02:00
summary:

Add my to code owner for more areas (#13650)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 1638a8b4b443..6a4ca54dd34e 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -14,8 +14,14 @@
 Objects/dict*                 @methane
 
 # Hashing
-**/*hashlib*                  @python/crypto-team
-**/*pyhash*                   @python/crypto-team
+**/*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
+
 
 # HTML
 /Lib/html/                    @ezio-melotti
@@ -31,10 +37,11 @@ Objects/dict*                 @methane
 
 
 # SSL
-**/*ssl*                      @python/crypto-team
+**/*ssl*                      @python/crypto-team @tiran
+**/*.pem                      @python/crypto-team @tiran
 
 # CSPRNG
-Python/bootstrap_hash.c       @python/crypto-team
+Python/bootstrap_hash.c       @python/crypto-team @tiran
 
 # Email and related
 **/*mail*                     @python/email-team @maxking



More information about the Python-checkins mailing list