From dd28e690b90190432950a57c0749400536f6a2dd Mon Sep 17 00:00:00 2001 From: Yury Selivanov Date: Mon, 22 Jan 2018 22:38:48 -0500 Subject: [PATCH] Add myself as hamt/context (PEP 567) code owner --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index b42e1c93d8fbf0..17d7ef4d7a243e 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