[Python-checkins] CODEOWNERS: Become a typing code owner (#98480)

JelleZijlstra webhook-mailer at python.org
Thu Oct 20 09:45:41 EDT 2022


https://github.com/python/cpython/commit/cb93b4aee5eb12dc6c4b2dccc81a2e5ace3ea4de
commit: cb93b4aee5eb12dc6c4b2dccc81a2e5ace3ea4de
branch: main
author: Alex Waygood <Alex.Waygood at Gmail.com>
committer: JelleZijlstra <jelle.zijlstra at gmail.com>
date: 2022-10-20T06:45:34-07:00
summary:

CODEOWNERS: Become a typing code owner (#98480)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 2fd933a22f3c..74081b2ef2e8 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -135,7 +135,7 @@ Lib/ast.py                    @isidentical
 
 **/*idlelib*                  @terryjreedy
 
-**/*typing*                   @gvanrossum @Fidget-Spinner @JelleZijlstra
+**/*typing*                   @gvanrossum @Fidget-Spinner @JelleZijlstra @AlexWaygood
 
 **/*asyncore                  @giampaolo
 **/*asynchat                  @giampaolo



More information about the Python-checkins mailing list