File tree Expand file tree Collapse file tree 9 files changed +8
-9
lines changed Expand file tree Collapse file tree 9 files changed +8
-9
lines changed Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ Include/internal/pycore_time.h @pganssle @abalkin
181181
182182# AST
183183Python /ast.c @ isidentical @ JelleZijlstra @ eclips4
184- Python /ast_opt.c @ isidentical @ eclips4
184+ Python /ast_process.c @ isidentical @ eclips4
185185Parser /asdl.py @ isidentical @ JelleZijlstra @ eclips4
186186Parser /asdl_c.py @ isidentical @ JelleZijlstra @ eclips4
187187Lib /ast.py @ isidentical @ JelleZijlstra @ eclips4
Original file line number Diff line number Diff line change @@ -505,8 +505,8 @@ Important files
505505 * [ Python/ast.c] ( ../Python/ast.c ) :
506506 Used for validating the AST.
507507
508- * [ Python/ast_opt .c] ( ../Python/ast_opt .c ) :
509- Optimizes the AST.
508+ * [ Python/ast_process .c] ( ../Python/ast_process .c ) :
509+ Processes the AST before compiling .
510510
511511 * [ Python/ast_unparse.c] ( ../Python/ast_unparse.c ) :
512512 Converts the AST expression node back into a string (for string annotations).
Original file line number Diff line number Diff line change @@ -426,7 +426,7 @@ PYTHON_OBJS= \
426426 Python/asdl.o \
427427 Python/assemble.o \
428428 Python/ast.o \
429- Python/ast_opt .o \
429+ Python/ast_process .o \
430430 Python/ast_unparse.o \
431431 Python/bltinmodule.o \
432432 Python/brc.o \
Original file line number Diff line number Diff line change 188188 <ClCompile Include =" ..\Python\asdl.c" />
189189 <ClCompile Include =" ..\Python\assemble.c" />
190190 <ClCompile Include =" ..\Python\ast.c" />
191- <ClCompile Include =" ..\Python\ast_opt .c" />
191+ <ClCompile Include =" ..\Python\ast_process .c" />
192192 <ClCompile Include =" ..\Python\ast_unparse.c" />
193193 <ClCompile Include =" ..\Python\bltinmodule.c" />
194194 <ClCompile Include =" ..\Python\brc.c" />
Original file line number Diff line number Diff line change 3434 <ClCompile Include =" ..\Python\ast.c" >
3535 <Filter >Source Files</Filter >
3636 </ClCompile >
37- <ClCompile Include =" ..\Python\ast_opt .c" >
37+ <ClCompile Include =" ..\Python\ast_process .c" >
3838 <Filter >Source Files</Filter >
3939 </ClCompile >
4040 <ClCompile Include =" ..\Python\ast_unparse.c" >
Original file line number Diff line number Diff line change 571571 <ClCompile Include =" ..\Python\asdl.c" />
572572 <ClCompile Include =" ..\Python\assemble.c" />
573573 <ClCompile Include =" ..\Python\ast.c" />
574- <ClCompile Include =" ..\Python\ast_opt .c" />
574+ <ClCompile Include =" ..\Python\ast_process .c" />
575575 <ClCompile Include =" ..\Python\ast_unparse.c" />
576576 <ClCompile Include =" ..\Python\bltinmodule.c" />
577577 <ClCompile Include =" ..\Python\bootstrap_hash.c" />
Original file line number Diff line number Diff line change 13011301 <ClCompile Include =" ..\Python\ast.c" >
13021302 <Filter >Python</Filter >
13031303 </ClCompile >
1304- <ClCompile Include =" ..\Python\ast_opt .c" >
1304+ <ClCompile Include =" ..\Python\ast_process .c" >
13051305 <Filter >Python</Filter >
13061306 </ClCompile >
13071307 <ClCompile Include =" ..\Python\ast_unparse.c" >
File renamed without changes.
Original file line number Diff line number Diff line change @@ -347,7 +347,6 @@ Objects/unicodeobject.c unicode_translate_call_errorhandler argparse -
347347Parser/parser.c - reserved_keywords -
348348Parser/parser.c - soft_keywords -
349349Parser/lexer/lexer.c - type_comment_prefix -
350- Python/ast_opt.c fold_unaryop ops -
351350Python/ceval.c - _PyEval_BinaryOps -
352351Python/ceval.c - _Py_INTERPRETER_TRAMPOLINE_INSTRUCTIONS -
353352Python/codecs.c - Py_hexdigits -
You can’t perform that action at this time.
0 commit comments