From 0765411d514788383d49f6b749b950707b0411d9 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Fri, 13 Sep 2019 14:36:26 +0100 Subject: Adjust code ownership so @gpshead don't get asyncio subprocess PRs. (GH-16100) --- .github/CODEOWNERS | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- cgit v0.12