https://github.com/python/cpython/commit/e79bbd147fd58e825572f1aa93c5398953289fb2 commit: e79bbd147fd58e825572f1aa93c5398953289fb2 branch: main author: Kumar Aditya <[email protected]> committer: kumaraditya303 <[email protected]> date: 2024-10-13T16:59:27Z summary:
add Kumar Aditya as codeowner for weakref (#125405) files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 7e9c3caf23f079..221008717b29b1 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 _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: [email protected]
