]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
CODEOWNERS: Become a typing code owner (GH-98480)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 20 Oct 2022 14:18:09 +0000 (07:18 -0700)
committerGitHub <noreply@github.com>
Thu, 20 Oct 2022 14:18:09 +0000 (07:18 -0700)
(cherry picked from commit cb93b4aee5eb12dc6c4b2dccc81a2e5ace3ea4de)

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
.github/CODEOWNERS

index 3c4e8697f807bfcefd77b24637d0d5dc3bd2f0eb..6b53266f122732b7470802f04348744a82c7e973 100644 (file)
@@ -131,7 +131,7 @@ Lib/ast.py                    @isidentical
 
 **/*idlelib*                  @terryjreedy
 
-**/*typing*                   @gvanrossum @Fidget-Spinner @JelleZijlstra
+**/*typing*                   @gvanrossum @Fidget-Spinner @JelleZijlstra @AlexWaygood
 
 **/*asyncore                  @giampaolo
 **/*asynchat                  @giampaolo