[Python-checkins] [3.9] Become a CODEOWNER for typing (GH-31374) (GH-31381)

miss-islington webhook-mailer at python.org
Wed Feb 16 23:06:33 EST 2022


https://github.com/python/cpython/commit/d975a40e33e52cb479defcd2aa22be83f336d81f
commit: d975a40e33e52cb479defcd2aa22be83f336d81f
branch: 3.9
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-02-16T20:06:25-08:00
summary:

[3.9] Become a CODEOWNER for typing (GH-31374) (GH-31381)



(cherry picked from commit 6f1efd19a70839d480e4b1fcd9fecd3a8725824b)


Co-authored-by: Jelle Zijlstra <jelle.zijlstra at gmail.com>

Automerge-Triggered-By: GH:JelleZijlstra

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 281c9a9979ed0..7fe615a1e869e 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -111,7 +111,7 @@ Include/pytime.h              @pganssle @abalkin
 
 **/*idlelib*                  @terryjreedy
 
-**/*typing*                   @gvanrossum @Fidget-Spinner
+**/*typing*                   @gvanrossum @Fidget-Spinner @JelleZijlstra
 
 **/*asyncore                  @giampaolo
 **/*asynchat                  @giampaolo



More information about the Python-checkins mailing list