From: Alex Waygood Date: Tue, 4 Jul 2023 19:45:32 +0000 (+0100) Subject: Add some codeowners for `Tools/clinic/` (#106430) X-Git-Tag: v3.13.0a1~1517 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=eeb5c63179eba0390c8937d0803a41092225be7e;p=thirdparty%2FPython%2Fcpython.git Add some codeowners for `Tools/clinic/` (#106430) Co-authored-by: Erlend E. Aasland --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c044e9b8f88c..5b471c79f75e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -173,3 +173,7 @@ Doc/c-api/stable.rst @encukou # zipfile.Path **/*zipfile/*_path.py @jaraco + +# Argument Clinic +/Tools/clinic/** @erlend-aasland @AlexWaygood +/Lib/test/test_clinic.py @erlend-aasland @AlexWaygood