https://github.com/python/cpython/commit/6674c63dc7bb175acc997ddcb799e8dbbafd2968 commit: 6674c63dc7bb175acc997ddcb799e8dbbafd2968 branch: main author: Erlend E. Aasland <[email protected]> committer: erlend-aasland <[email protected]> date: 2024-06-13T19:01:05Z summary:
Add codeowner for Makefile.pre.in and Modules/Setup* (#120468) files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8bc40fcb9e8999..1f9047ab97e934 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -13,6 +13,8 @@ # Build system configure* @erlend-aasland @corona10 +Makefile.pre.in @erlend-aasland +Modules/Setup* @erlend-aasland # asyncio **/*asyncio* @1st1 @asvetlov @gvanrossum @kumaraditya303 @willingc _______________________________________________ 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]
