summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.github/CODEOWNERS4
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 8c3970b..440a2b9 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -66,7 +66,9 @@ Include/pytime.h @pganssle @abalkin
**/*sqlite* @berkerpeksag
# subprocess
-**/*subprocess* @gpshead
+/Lib/subprocess.py @gpshead
+/Lib/test/test_subprocess.py @gpshead
+/Modules/*subprocess* @gpshead
# Windows
/PC/ @python/windows-team