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

miss-islington webhook-mailer at python.org
Thu Oct 20 10:18:31 EDT 2022


https://github.com/python/cpython/commit/ba6492e2a705ebbe140fdf8734114156e55b3c9a
commit: ba6492e2a705ebbe140fdf8734114156e55b3c9a
branch: 3.10
author: Miss Islington (bot) <31488909+miss-islington at users.noreply.github.com>
committer: miss-islington <31488909+miss-islington at users.noreply.github.com>
date: 2022-10-20T07:18:09-07:00
summary:

CODEOWNERS: Become a typing code owner (GH-98480)

(cherry picked from commit cb93b4aee5eb12dc6c4b2dccc81a2e5ace3ea4de)

Co-authored-by: Alex Waygood <Alex.Waygood at Gmail.com>

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 3c4e8697f807..6b53266f1227 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -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



More information about the Python-checkins mailing list