]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.10] Become a CODEOWNER for typing (GH-31374) (GH-31382)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 17 Feb 2022 04:09:06 +0000 (20:09 -0800)
committerGitHub <noreply@github.com>
Thu, 17 Feb 2022 04:09:06 +0000 (20:09 -0800)
(cherry picked from commit 6f1efd19a70839d480e4b1fcd9fecd3a8725824b)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Automerge-Triggered-By: GH:JelleZijlstra
.github/CODEOWNERS

index 8412314680df69f2f8599b1958850f2ea6d4ddc3..9a5bc63924788366cafc0a397bc68d5bff7926fd 100644 (file)
@@ -128,7 +128,7 @@ Lib/ast.py                    @isidentical
 
 **/*idlelib*                  @terryjreedy
 
-**/*typing*                   @gvanrossum @Fidget-Spinner
+**/*typing*                   @gvanrossum @Fidget-Spinner @JelleZijlstra
 
 **/*asyncore                  @giampaolo
 **/*asynchat                  @giampaolo