]> granicus.if.org Git - python/commitdiff
github: assign @methane to dict owner (GH-12617)
authorInada Naoki <songofacandy@gmail.com>
Sat, 30 Mar 2019 02:08:17 +0000 (11:08 +0900)
committerGitHub <noreply@github.com>
Sat, 30 Mar 2019 02:08:17 +0000 (11:08 +0900)
.github/CODEOWNERS

index 03e36cfcedd41a0c54f1db822bcf168c8ca166b5..40d2cc127690e5e306e2286367e29112e97d706a 100644 (file)
@@ -11,6 +11,7 @@
 **/*context*                  @1st1
 **/*genobject*                @1st1
 **/*hamt*                     @1st1
+Objects/dict*                 @methane
 
 # Hashing
 **/*hashlib*                  @python/crypto-team