From: Yury Selivanov Date: Tue, 23 Aug 2022 19:21:10 +0000 (-0700) Subject: Drop myself from owners of genobject (#96216) X-Git-Tag: v3.12.0a1~582 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e046cf872e33cc79891d829235633077c33c9315;p=thirdparty%2FPython%2Fcpython.git Drop myself from owners of genobject (#96216) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index cacd925cf4e3..0e38536ba994 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -9,7 +9,7 @@ # Core **/*context* @1st1 -**/*genobject* @1st1 @markshannon +**/*genobject* @markshannon **/*hamt* @1st1 Objects/set* @rhettinger Objects/dict* @methane @markshannon