diff options
| author | Pablo Galindo <Pablogsal@gmail.com> | 2020-06-18 23:23:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-18 23:23:40 +0100 |
| commit | d906f0ec1a5f4ec29a4de74240acf43139886514 (patch) | |
| tree | 05b9b0f86cf0f6c799ebe5b077a7e999c59c8656 | |
| parent | 8a64ceaf9856e7570cad6f5d628cce789834e019 (diff) | |
| download | cpython-git-d906f0ec1a5f4ec29a4de74240acf43139886514.tar.gz | |
Update CODEOWNERS to account for the new parser location (GH-20971)
| -rw-r--r-- | .github/CODEOWNERS | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4d80698eff..c33bf1ee4d 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -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 |
