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
|
|
@ -190,7 +190,7 @@
|
|||
<ClCompile Include="..\Python\asdl.c" />
|
||||
<ClCompile Include="..\Python\assemble.c" />
|
||||
<ClCompile Include="..\Python\ast.c" />
|
||||
<ClCompile Include="..\Python\ast_opt.c" />
|
||||
<ClCompile Include="..\Python\ast_preprocess.c" />
|
||||
<ClCompile Include="..\Python\ast_unparse.c" />
|
||||
<ClCompile Include="..\Python\bltinmodule.c" />
|
||||
<ClCompile Include="..\Python\brc.c" />
|
||||
|
|
|
|||
|
|
@ -34,7 +34,7 @@
|
|||
<ClCompile Include="..\Python\ast.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\Python\ast_opt.c">
|
||||
<ClCompile Include="..\Python\ast_preprocess.c">
|
||||
<Filter>Source Files</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\Python\ast_unparse.c">
|
||||
|
|
|
|||
|
|
@ -580,7 +580,7 @@
|
|||
<ClCompile Include="..\Python\asdl.c" />
|
||||
<ClCompile Include="..\Python\assemble.c" />
|
||||
<ClCompile Include="..\Python\ast.c" />
|
||||
<ClCompile Include="..\Python\ast_opt.c" />
|
||||
<ClCompile Include="..\Python\ast_preprocess.c" />
|
||||
<ClCompile Include="..\Python\ast_unparse.c" />
|
||||
<ClCompile Include="..\Python\bltinmodule.c" />
|
||||
<ClCompile Include="..\Python\bootstrap_hash.c" />
|
||||
|
|
|
|||
|
|
@ -1325,7 +1325,7 @@
|
|||
<ClCompile Include="..\Python\ast.c">
|
||||
<Filter>Python</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\Python\ast_opt.c">
|
||||
<ClCompile Include="..\Python\ast_preprocess.c">
|
||||
<Filter>Python</Filter>
|
||||
</ClCompile>
|
||||
<ClCompile Include="..\Python\ast_unparse.c">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue