mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Add codeowners for the tokenizer module (#104753)
This commit is contained in:
parent
586aca3fc6
commit
988c1f68ce
1 changed files with 2 additions and 0 deletions
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
@ -97,6 +97,8 @@ Include/pytime.h @pganssle @abalkin
|
|||
/Tools/peg_generator/ @pablogsal @lysnikolaou
|
||||
/Lib/test/test_peg_generator/ @pablogsal @lysnikolaou
|
||||
/Grammar/python.gram @pablogsal @lysnikolaou
|
||||
/Lib/tokenize.py @pablogsal @lysnikolaou
|
||||
/Lib/test/test_tokenize.py @pablogsal @lysnikolaou
|
||||
|
||||
# AST
|
||||
Python/ast.c @isidentical
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue