]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update CODEOWNERS to account for the new parser location (GH-20971)
authorPablo Galindo <Pablogsal@gmail.com>
Thu, 18 Jun 2020 22:23:40 +0000 (23:23 +0100)
committerGitHub <noreply@github.com>
Thu, 18 Jun 2020 22:23:40 +0000 (23:23 +0100)
.github/CODEOWNERS

index 4d80698eff39c45339641f77c7ecca6959c1c1c4..c33bf1ee4d4e2b8e9d34b0c711e57d228c9331bb 100644 (file)
@@ -72,10 +72,10 @@ Include/pytime.h              @pganssle @abalkin
 /Modules/gcmodule.c           @pablogsal
 /Doc/library/gc.rst           @pablogsal
 
-# Parser/Pgen
-/Parser/pgen/                 @pablogsal
-/Parser/pegen/                @pablogsal
+# Parser
+/Parser/                      @pablogsal
 /Tools/peg_generator/         @pablogsal
+/Lib/test/test_peg_generator/ @pablogsal
 
 # SQLite 3
 **/*sqlite*                   @berkerpeksag