mirror of
https://github.com/python/cpython.git
synced 2025-09-27 10:50:04 +00:00
Add lysnikolaou to CODEOWNERS for the new parser (GH-21252)
This commit is contained in:
parent
741008a57b
commit
d0981e61a5
1 changed files with 3 additions and 3 deletions
6
.github/CODEOWNERS
vendored
6
.github/CODEOWNERS
vendored
|
@ -73,9 +73,9 @@ Include/pytime.h @pganssle @abalkin
|
||||||
/Doc/library/gc.rst @pablogsal
|
/Doc/library/gc.rst @pablogsal
|
||||||
|
|
||||||
# Parser
|
# Parser
|
||||||
/Parser/ @pablogsal
|
/Parser/ @pablogsal @lysnikolaou
|
||||||
/Tools/peg_generator/ @pablogsal
|
/Tools/peg_generator/ @pablogsal @lysnikolaou
|
||||||
/Lib/test/test_peg_generator/ @pablogsal
|
/Lib/test/test_peg_generator/ @pablogsal @lysnikolaou
|
||||||
|
|
||||||
# SQLite 3
|
# SQLite 3
|
||||||
**/*sqlite* @berkerpeksag
|
**/*sqlite* @berkerpeksag
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue