https://github.com/python/cpython/commit/445b424b7483a9c4091b73aca816174471e20a6b commit: 445b424b7483a9c4091b73aca816174471e20a6b branch: main author: Emma Smith <[email protected]> committer: emmatyping <[email protected]> date: 2025-09-15T19:52:59-07:00 summary:
Re-order Modules/makesetup in CODEOWNERS and update owners (#138628) * Re-order Modules/makesetup in CODEOWNERS and add Adam Turner * Add Erlend to Modules/makesetup in CODEOWNERS files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0928f051d5148a..9f581216ca96e3 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -82,8 +82,8 @@ Tools/patchcheck/ @AA-Turner # Autotools configure* @erlend-aasland @corona10 @AA-Turner @emmatyping Makefile.pre.in @erlend-aasland @AA-Turner @emmatyping +Modules/makesetup @erlend-aasland @AA-Turner @emmatyping Modules/Setup* @erlend-aasland @AA-Turner @emmatyping -Modules/makesetup @emmatyping Tools/build/regen-configure.sh @AA-Turner _______________________________________________ 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]
