mirror of
https://github.com/python/cpython.git
synced 2025-09-27 02:39:58 +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
|
||||
|
||||
# subprocess
|
||||
**/*subprocess* @gpshead
|
||||
/Lib/subprocess.py @gpshead
|
||||
/Lib/test/test_subprocess.py @gpshead
|
||||
/Modules/*subprocess* @gpshead
|
||||
|
||||
# Windows
|
||||
/PC/ @python/windows-team
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue