From: Gregory P. Smith Date: Fri, 13 Sep 2019 13:36:26 +0000 (+0100) Subject: Adjust code ownership so @gpshead don't get asyncio subprocess PRs. (GH-16100) X-Git-Tag: v3.9.0a1~451 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0765411d514788383d49f6b749b950707b0411d9;p=thirdparty%2FPython%2Fcpython.git Adjust code ownership so @gpshead don't get asyncio subprocess PRs. (GH-16100) --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8c3970babcc5..440a2b93f912 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