mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
CODEOWNERS: Add myself to symtable and AST (#120139)
Co-authored-by: Carl Meyer <carl@oddbird.net>
This commit is contained in:
parent
78634cfa3d
commit
d50a7c478f
1 changed files with 5 additions and 4 deletions
9
.github/CODEOWNERS
vendored
9
.github/CODEOWNERS
vendored
|
@ -40,6 +40,7 @@ Python/bytecodes.c @markshannon
|
|||
Python/optimizer*.c @markshannon
|
||||
Python/optimizer_analysis.c @Fidget-Spinner
|
||||
Python/optimizer_bytecodes.c @Fidget-Spinner
|
||||
Python/symtable.c @JelleZijlstra @carljm
|
||||
Lib/_pyrepl/* @pablogsal @lysnikolaou @ambv
|
||||
Lib/test/test_patma.py @brandtbucher
|
||||
Lib/test/test_type_*.py @JelleZijlstra
|
||||
|
@ -153,10 +154,10 @@ Include/internal/pycore_time.h @pganssle @abalkin
|
|||
/Tools/cases_generator/ @markshannon
|
||||
|
||||
# AST
|
||||
Python/ast.c @isidentical
|
||||
Parser/asdl.py @isidentical
|
||||
Parser/asdl_c.py @isidentical
|
||||
Lib/ast.py @isidentical
|
||||
Python/ast.c @isidentical @JelleZijlstra
|
||||
Parser/asdl.py @isidentical @JelleZijlstra
|
||||
Parser/asdl_c.py @isidentical @JelleZijlstra
|
||||
Lib/ast.py @isidentical @JelleZijlstra
|
||||
|
||||
# Mock
|
||||
/Lib/unittest/mock.py @cjw296
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue