diff options
author | Lysandros Nikolaou <lisandrosnik@gmail.com> | 2020-10-22 18:26:14 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-22 18:26:14 (GMT) |
commit | e76b8fc8155fac5dafa6b531d2b679c90c39748d (patch) | |
tree | ff0f6e1bc25a619d1de3abd5a4e5a97c3b0f1347 /.github | |
parent | c6d7e82d19c091af698d4e4b3623648e259843e3 (diff) | |
download | cpython-e76b8fc8155fac5dafa6b531d2b679c90c39748d.zip cpython-e76b8fc8155fac5dafa6b531d2b679c90c39748d.tar.gz cpython-e76b8fc8155fac5dafa6b531d2b679c90c39748d.tar.bz2 |
Add CODEOWNERS for the Grammar file (GH-22898)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 31003a8..5b8662c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -76,6 +76,7 @@ Include/pytime.h @pganssle @abalkin /Parser/ @pablogsal @lysnikolaou /Tools/peg_generator/ @pablogsal @lysnikolaou /Lib/test/test_peg_generator/ @pablogsal @lysnikolaou +/Grammar/python.gram @pablogsal @lysnikolaou # SQLite 3 **/*sqlite* @berkerpeksag |