[Python-checkins] Become a CODEOWNER for typing (#31374)

JelleZijlstra webhook-mailer at python.org
Wed Feb 16 14:02:15 EST 2022


https://github.com/python/cpython/commit/6f1efd19a70839d480e4b1fcd9fecd3a8725824b
commit: 6f1efd19a70839d480e4b1fcd9fecd3a8725824b
branch: main
author: Jelle Zijlstra <jelle.zijlstra at gmail.com>
committer: JelleZijlstra <jelle.zijlstra at gmail.com>
date: 2022-02-16T11:02:06-08:00
summary:

Become a CODEOWNER for typing (#31374)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index f484664f7b712..a884713ec500f 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -136,7 +136,7 @@ Lib/ast.py                    @isidentical
 
 **/*idlelib*                  @terryjreedy
 
-**/*typing*                   @gvanrossum @Fidget-Spinner
+**/*typing*                   @gvanrossum @Fidget-Spinner @JelleZijlstra
 
 **/*asyncore                  @giampaolo
 **/*asynchat                  @giampaolo



More information about the Python-checkins mailing list