]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-126835: Rename `ast_opt.c` to `ast_preprocess.c` and related stuff after moving...
authorYan Yanchii <yyanchiy@gmail.com>
Sun, 4 May 2025 18:07:35 +0000 (20:07 +0200)
committerGitHub <noreply@github.com>
Sun, 4 May 2025 18:07:35 +0000 (21:07 +0300)
commit0a1fedb70b94217055114357fa5f5be5ea62bdbe
tree944d91dc5c995c29584a52deebd0bd1fe141ceaf
parent8eaaf1640232191319f83917ef72e7853af25681
gh-126835: Rename `ast_opt.c` to `ast_preprocess.c` and related stuff after moving const folding to the peephole optimizier (#131830)
14 files changed:
.github/CODEOWNERS
Include/internal/pycore_compile.h
InternalDocs/compiler.md
Makefile.pre.in
Misc/NEWS.d/next/Core_and_Builtins/2025-03-28-15-06-55.gh-issue-126835.IpcMTn.rst [new file with mode: 0644]
PCbuild/_freeze_module.vcxproj
PCbuild/_freeze_module.vcxproj.filters
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/ast_preprocess.c [moved from Python/ast_opt.c with 92% similarity]
Python/bltinmodule.c
Python/compile.c
Python/pythonrun.c
Tools/c-analyzer/cpython/ignored.tsv