[Python-checkins] Adjust code ownership so @gpshead don't get asyncio subprocess PRs. (GH-16100)

Benjamin Peterson webhook-mailer at python.org
Fri Sep 13 09:36:29 EDT 2019


https://github.com/python/cpython/commit/0765411d514788383d49f6b749b950707b0411d9
commit: 0765411d514788383d49f6b749b950707b0411d9
branch: master
author: Gregory P. Smith <greg at krypto.org>
committer: Benjamin Peterson <benjamin at python.org>
date: 2019-09-13T14:36:26+01:00
summary:

Adjust code ownership so @gpshead don't get asyncio subprocess PRs. (GH-16100)

files:
M .github/CODEOWNERS

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



More information about the Python-checkins mailing list