Skip to content
Prev Previous commit
Next Next commit
mention full file path
  • Loading branch information
WolframAlph committed May 4, 2025
commit 2d1bc6fa0a81e4e9643e41c371d58757852a449f
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Move constant folding to the peephole optimizer. Rename AST optimization
Comment thread
AA-Turner marked this conversation as resolved.
related files (ast_opt.c -> ast_process.c), structs (_PyASTOptimizeState -> _PyASTProcessState)
related files (Python/ast_opt.c -> Python/ast_process.c), structs (_PyASTOptimizeState -> _PyASTProcessState)
and functions (_PyAST_Optimize -> _PyAST_Process, _PyCompile_AstOptimize -> _PyCompile_AstProcess).
Loading