From: Erlend E. Aasland Date: Thu, 13 Jun 2024 19:01:05 +0000 (+0200) Subject: Add codeowner for Makefile.pre.in and Modules/Setup* (#120468) X-Git-Tag: v3.14.0a1~1502 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6674c63dc7bb175acc997ddcb799e8dbbafd2968;p=thirdparty%2FPython%2Fcpython.git Add codeowner for Makefile.pre.in and Modules/Setup* (#120468) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8bc40fcb9e89..1f9047ab97e9 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