From: Alex Waygood Date: Thu, 20 Oct 2022 13:45:34 +0000 (+0100) Subject: CODEOWNERS: Become a typing code owner (#98480) X-Git-Tag: v3.12.0a1~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cb93b4aee5eb12dc6c4b2dccc81a2e5ace3ea4de;p=thirdparty%2FPython%2Fcpython.git CODEOWNERS: Become a typing code owner (#98480) --- 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