mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Adjust code ownership so @gpshead don't get asyncio subprocess PRs. (GH-16100)
This commit is contained in:
parent
9585f46b97
commit
0765411d51
1 changed files with 3 additions and 1 deletions
4
.github/CODEOWNERS
vendored
4
.github/CODEOWNERS
vendored
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue