]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add codeowner for Makefile.pre.in and Modules/Setup* (#120468)
authorErlend E. Aasland <erlend@python.org>
Thu, 13 Jun 2024 19:01:05 +0000 (21:01 +0200)
committerGitHub <noreply@github.com>
Thu, 13 Jun 2024 19:01:05 +0000 (19:01 +0000)
.github/CODEOWNERS

index 8bc40fcb9e899918a33fe02de9eb45f808236b3b..1f9047ab97e9344175e3d08a94763aa27a78e5b4 100644 (file)
@@ -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