Skip to content

Commit 0765411

Browse files
gpsheadbenjaminp
authored andcommitted
Adjust code ownership so @gpshead don't get asyncio subprocess PRs. (GH-16100)
1 parent 9585f46 commit 0765411

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ Include/pytime.h @pganssle @abalkin
6666
**/*sqlite* @berkerpeksag
6767

6868
# subprocess
69-
**/*subprocess* @gpshead
69+
/Lib/subprocess.py @gpshead
70+
/Lib/test/test_subprocess.py @gpshead
71+
/Modules/*subprocess* @gpshead
7072

7173
# Windows
7274
/PC/ @python/windows-team

0 commit comments

Comments
 (0)