diff options
author | Gregory P. Smith <greg@krypto.org> | 2019-09-13 13:36:26 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2019-09-13 13:36:26 (GMT) |
commit | 0765411d514788383d49f6b749b950707b0411d9 (patch) | |
tree | f752dd3ba0a4cc8af8694a4b7b7844f74c7a799b /.github | |
parent | 9585f46b97931d2640c3343dfe03aed15beb9fea (diff) | |
download | cpython-0765411d514788383d49f6b749b950707b0411d9.zip cpython-0765411d514788383d49f6b749b950707b0411d9.tar.gz cpython-0765411d514788383d49f6b749b950707b0411d9.tar.bz2 |
Adjust code ownership so @gpshead don't get asyncio subprocess PRs. (GH-16100)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 4 |
1 files changed, 3 insertions, 1 deletions
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 |