mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
gh-126835: Rename ast_opt.c to ast_preprocess.c and related stuff after moving const folding to the peephole optimizier (#131830)
This commit is contained in:
parent
8eaaf16402
commit
0a1fedb70b
14 changed files with 59 additions and 57 deletions
2
.github/CODEOWNERS
vendored
2
.github/CODEOWNERS
vendored
|
|
@ -188,7 +188,7 @@ Include/internal/pycore_time.h @pganssle @abalkin
|
|||
|
||||
# AST
|
||||
Python/ast.c @isidentical @JelleZijlstra @eclips4
|
||||
Python/ast_opt.c @isidentical @eclips4
|
||||
Python/ast_preprocess.c @isidentical @eclips4
|
||||
Parser/asdl.py @isidentical @JelleZijlstra @eclips4
|
||||
Parser/asdl_c.py @isidentical @JelleZijlstra @eclips4
|
||||
Lib/ast.py @isidentical @JelleZijlstra @eclips4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue