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

4
.github/CODEOWNERS vendored
View file

@ -66,7 +66,9 @@ Include/pytime.h @pganssle @abalkin
**/*sqlite* @berkerpeksag **/*sqlite* @berkerpeksag
# subprocess # subprocess
**/*subprocess* @gpshead /Lib/subprocess.py @gpshead
/Lib/test/test_subprocess.py @gpshead
/Modules/*subprocess* @gpshead
# Windows # Windows
/PC/ @python/windows-team /PC/ @python/windows-team