[Python-checkins] github: assign @methane to dict owner (GH-12617)

Inada Naoki webhook-mailer at python.org
Fri Mar 29 22:08:21 EDT 2019


https://github.com/python/cpython/commit/7444daada1270c94501d5516ab1e553b5e2b9586
commit: 7444daada1270c94501d5516ab1e553b5e2b9586
branch: master
author: Inada Naoki <songofacandy at gmail.com>
committer: GitHub <noreply at github.com>
date: 2019-03-30T11:08:17+09:00
summary:

github: assign @methane to dict owner (GH-12617)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 03e36cfcedd4..40d2cc127690 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -11,6 +11,7 @@
 **/*context*                  @1st1
 **/*genobject*                @1st1
 **/*hamt*                     @1st1
+Objects/dict*                 @methane
 
 # Hashing
 **/*hashlib*                  @python/crypto-team



More information about the Python-checkins mailing list