diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c044e9b8f88..5b471c79f75 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