summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorYury Selivanov <yury@magic.io>2018-01-23 01:59:50 -0500
committerGitHub <noreply@github.com>2018-01-23 01:59:50 -0500
commitd83671e996f39484cff42e2f845e03ec2a64d71f (patch)
treed39c2b8d668a95ad191468bbea870b559dddad1a /.github
parentf23746a934177c48eff754411aba54c31d6be2f0 (diff)
downloadcpython-git-d83671e996f39484cff42e2f845e03ec2a64d71f.tar.gz
Add myself as hamt/context (PEP 567) code owner (#5276)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index b42e1c93d8..17d7ef4d7a 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