diff options
author | Lysandros Nikolaou <lisandrosnik@gmail.com> | 2020-07-01 09:50:04 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-01 09:50:04 (GMT) |
commit | c20e83dce0b8268c069660f536cd4721ad8fbd9f (patch) | |
tree | d9ec95850bd5899452d0bfa29f2b1d689a60f9cc /.github | |
parent | 652585c6291e237faa942d27d6cc2611665e5afa (diff) | |
download | cpython-c20e83dce0b8268c069660f536cd4721ad8fbd9f.zip cpython-c20e83dce0b8268c069660f536cd4721ad8fbd9f.tar.gz cpython-c20e83dce0b8268c069660f536cd4721ad8fbd9f.tar.bz2 |
[3.9] Add lysnikolaou to CODEOWNERS for the new parser (GH-21253)
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4d80698..eb6fc2c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -74,8 +74,9 @@ Include/pytime.h @pganssle @abalkin # Parser/Pgen /Parser/pgen/ @pablogsal -/Parser/pegen/ @pablogsal -/Tools/peg_generator/ @pablogsal +/Parser/pegen/ @pablogsal @lysnikolaou +/Tools/peg_generator/ @pablogsal @lysnikolaou +/Lib/test/test_peg_generator/ @pablogsal @lysnikolaou # SQLite 3 **/*sqlite* @berkerpeksag |