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

This commit is contained in:
Gregory P. Smith 2019-09-13 14:36:26 +01:00 committed by Benjamin Peterson
parent 9585f46b97
commit 0765411d51
1 changed files with 3 additions and 1 deletions

4
.github/CODEOWNERS vendored
View File

@ -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