https://github.com/python/cpython/commit/8f0581c077d75e0905d24129b4bc64659e052d94 commit: 8f0581c077d75e0905d24129b4bc64659e052d94 branch: 3.14 author: Hugo van Kemenade <[email protected]> committer: hugovk <[email protected]> date: 2025-11-06T11:18:46+02:00 summary:
[3.14] Add FFY00 to CODEOWNERS for generate-build-details (GH-139561) (#141080) Co-authored-by: Filipe Laíns 🇵🇸 <[email protected]> files: M .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 91eb0b718d3cc0..b5e5bae2c9c98a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -16,6 +16,10 @@ configure* @erlend-aasland @corona10 Makefile.pre.in @erlend-aasland Modules/Setup* @erlend-aasland +# generate-build-details +Tools/build/generate-build-details.py @FFY00 +Lib/test/test_build_details.py @FFY00 + # argparse **/*argparse* @savannahostrowski _______________________________________________ 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]
