From: Yury Selivanov Date: Tue, 23 Jan 2018 06:59:50 +0000 (-0500) Subject: Add myself as hamt/context (PEP 567) code owner (#5276) X-Git-Tag: v3.7.0b1~135 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d83671e996f39484cff42e2f845e03ec2a64d71f;p=thirdparty%2FPython%2Fcpython.git Add myself as hamt/context (PEP 567) code owner (#5276) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b42e1c93d8fb..17d7ef4d7a24 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