]> granicus.if.org Git - python/commitdiff
Add myself as hamt/context (PEP 567) code owner (#5276)
authorYury Selivanov <yury@magic.io>
Tue, 23 Jan 2018 06:59:50 +0000 (01:59 -0500)
committerGitHub <noreply@github.com>
Tue, 23 Jan 2018 06:59:50 +0000 (01:59 -0500)
.github/CODEOWNERS

index b42e1c93d8fbf044479b31287e054ed9a52b78b7..17d7ef4d7a243ef4ea8ccc31889684359f6c52e7 100644 (file)
@@ -8,7 +8,9 @@
 **/*asyncio*                  @1st1 @asvetlov
 
 # Core
+**/*context*                  @1st1
 **/*genobject*                @1st1
+**/*hamt*                     @1st1
 
 # Hashing
 **/*hashlib*                  @python/crypto-team