From: Guido van Rossum Date: Wed, 24 Aug 2022 20:16:41 +0000 (-0700) Subject: Add gvanrossum to asyncio experts (#96248) X-Git-Tag: v3.12.0a1~572 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=657976ad950e56b33b7dc15e64a0baecdd184f5a;p=thirdparty%2FPython%2Fcpython.git Add gvanrossum to asyncio experts (#96248) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0e38536ba994..2568560c074f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,7 +5,7 @@ # https://git-scm.com/docs/gitignore#_pattern_format # asyncio -**/*asyncio* @1st1 @asvetlov +**/*asyncio* @1st1 @asvetlov @gvanrossum # Core **/*context* @1st1