summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorKumar Aditya <kumaraditya@python.org>2023-07-29 18:26:24 (GMT)
committerGitHub <noreply@github.com>2023-07-29 18:26:24 (GMT)
commit2e9ddb943c2b61216f473c92a434a9adeaf483d7 (patch)
tree9c8bb969598b4be524a66956aedcefe00a1d987e /.github
parentf2abeb590dae5918388f91b60b31f040d44218f0 (diff)
downloadcpython-2e9ddb943c2b61216f473c92a434a9adeaf483d7.zip
cpython-2e9ddb943c2b61216f473c92a434a9adeaf483d7.tar.gz
cpython-2e9ddb943c2b61216f473c92a434a9adeaf483d7.tar.bz2
add Kumar Aditya as CODEOWNER for import.c (#107441)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 882ba9e..578cd71 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