https://github.com/python/cpython/commit/f191db2e0eed421c4d11b007458549002785d96e commit: f191db2e0eed421c4d11b007458549002785d96e branch: main author: Filipe Laíns 🇵🇸 <[email protected]> committer: FFY00 <[email protected]> date: 2025-10-04T15:25:07+01:00 summary:
Add FFY00 to CODEOWNERS for generate-build-details (#139561) Signed-off-by: Filipe Laíns <[email protected]> files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ec1670e8e0bac9..1086b42620479d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -86,6 +86,10 @@ Modules/makesetup @erlend-aasland @AA-Turner @emmatyping Modules/Setup* @erlend-aasland @AA-Turner @emmatyping Tools/build/regen-configure.sh @AA-Turner +# generate-build-details +Tools/build/generate-build-details.py @FFY00 +Lib/test/test_build_details.py @FFY00 + # ---------------------------------------------------------------------------- # Documentation _______________________________________________ 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]
