diff options
author | Yury Selivanov <yury@magic.io> | 2018-01-23 06:59:50 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-01-23 06:59:50 (GMT) |
commit | d83671e996f39484cff42e2f845e03ec2a64d71f (patch) | |
tree | d39c2b8d668a95ad191468bbea870b559dddad1a /.github | |
parent | f23746a934177c48eff754411aba54c31d6be2f0 (diff) | |
download | cpython-d83671e996f39484cff42e2f845e03ec2a64d71f.zip cpython-d83671e996f39484cff42e2f845e03ec2a64d71f.tar.gz cpython-d83671e996f39484cff42e2f845e03ec2a64d71f.tar.bz2 |
Add myself as hamt/context (PEP 567) code owner (#5276)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b42e1c9..17d7ef4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,7 +8,9 @@ **/*asyncio* @1st1 @asvetlov # Core +**/*context* @1st1 **/*genobject* @1st1 +**/*hamt* @1st1 # Hashing **/*hashlib* @python/crypto-team |