summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorKumar Aditya <kumaraditya@python.org>2024-10-13 16:59:27 (GMT)
committerGitHub <noreply@github.com>2024-10-13 16:59:27 (GMT)
commite79bbd147fd58e825572f1aa93c5398953289fb2 (patch)
treedf6ede947676c6faf2aad98decb44826cfbd2bd8 /.github
parent6c386b703d19aaec9a34fd1e843a4d0a144ad14b (diff)
downloadcpython-e79bbd147fd58e825572f1aa93c5398953289fb2.zip
cpython-e79bbd147fd58e825572f1aa93c5398953289fb2.tar.gz
cpython-e79bbd147fd58e825572f1aa93c5398953289fb2.tar.bz2
add Kumar Aditya as codeowner for weakref (#125405)
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 7e9c3ca..2210087 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -280,3 +280,5 @@ Lib/test/test_configparser.py @jaraco
# Doc sections
Doc/reference/ @willingc
+
+**/*weakref* @kumaraditya303 \ No newline at end of file