Skip to content

Commit d906f0e

Browse files
authored
Update CODEOWNERS to account for the new parser location (GH-20971)
1 parent 8a64cea commit d906f0e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,10 @@ Include/pytime.h @pganssle @abalkin
7272
/Modules/gcmodule.c @pablogsal
7373
/Doc/library/gc.rst @pablogsal
7474

75-
# Parser/Pgen
76-
/Parser/pgen/ @pablogsal
77-
/Parser/pegen/ @pablogsal
75+
# Parser
76+
/Parser/ @pablogsal
7877
/Tools/peg_generator/ @pablogsal
78+
/Lib/test/test_peg_generator/ @pablogsal
7979

8080
# SQLite 3
8181
**/*sqlite* @berkerpeksag

0 commit comments

Comments
 (0)