]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add gvanrossum to asyncio experts (#96248)
authorGuido van Rossum <guido@python.org>
Wed, 24 Aug 2022 20:16:41 +0000 (13:16 -0700)
committerGitHub <noreply@github.com>
Wed, 24 Aug 2022 20:16:41 +0000 (13:16 -0700)
.github/CODEOWNERS

index 0e38536ba994ba91ba2f97a1808ce40e3940294e..2568560c074f64be16cb41d069b2bcf3db46d3e5 100644 (file)
@@ -5,7 +5,7 @@
 # https://git-scm.com/docs/gitignore#_pattern_format
 
 # asyncio
-**/*asyncio*                  @1st1 @asvetlov
+**/*asyncio*                  @1st1 @asvetlov @gvanrossum
 
 # Core
 **/*context*                  @1st1