[Python-checkins] add Kumar Aditya as CODEOWNER for import.c (#107441)

kumaraditya303 webhook-mailer at python.org
Sat Jul 29 14:26:27 EDT 2023


https://github.com/python/cpython/commit/2e9ddb943c2b61216f473c92a434a9adeaf483d7
commit: 2e9ddb943c2b61216f473c92a434a9adeaf483d7
branch: main
author: Kumar Aditya <kumaraditya at python.org>
committer: kumaraditya303 <kumaraditya at python.org>
date: 2023-07-29T18:26:24Z
summary:

add Kumar Aditya as CODEOWNER for import.c (#107441)

files:
M .github/CODEOWNERS

diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 882ba9e9c9ebe..578cd71a7bd21 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -69,6 +69,7 @@ Python/traceback.c            @iritkatriel
 
 # Import (including importlib).
 **/*import*                   @brettcannon @ericsnowcurrently @ncoghlan @warsaw
+/Python/import.c              @kumaraditya303
 **/*importlib/resources/*      @jaraco @warsaw @FFY00
 **/importlib/metadata/*       @jaraco @warsaw
 



More information about the Python-checkins mailing list