diff options
author | Inada Naoki <songofacandy@gmail.com> | 2019-03-30 02:08:17 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-30 02:08:17 (GMT) |
commit | 7444daada1270c94501d5516ab1e553b5e2b9586 (patch) | |
tree | a9be438c69f80a9648e882bea259fc2c69e91838 | |
parent | 2438cdf0e932a341c7613bf4323d06b91ae9f1f1 (diff) | |
download | cpython-7444daada1270c94501d5516ab1e553b5e2b9586.zip cpython-7444daada1270c94501d5516ab1e553b5e2b9586.tar.gz cpython-7444daada1270c94501d5516ab1e553b5e2b9586.tar.bz2 |
github: assign @methane to dict owner (GH-12617)
-rw-r--r-- | .github/CODEOWNERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 03e36cf..40d2cc1 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 |