diff options
author | Guido van Rossum <guido@python.org> | 2024-02-26 16:42:53 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-26 16:42:53 (GMT) |
commit | c0fdfba7ff981c55ac13325e4dddaf382601b246 (patch) | |
tree | e14685399610c911742e035a1c34cd61190ea112 /.gitattributes | |
parent | 7259480957e10359cc5ab8786f32f197c88e274c (diff) | |
download | cpython-c0fdfba7ff981c55ac13325e4dddaf382601b246.zip cpython-c0fdfba7ff981c55ac13325e4dddaf382601b246.tar.gz cpython-c0fdfba7ff981c55ac13325e4dddaf382601b246.tar.bz2 |
Rename tier 2 redundancy eliminator to optimizer (#115888)
The original name is just too much of a mouthful.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 159cd83..4f82cea 100644 --- a/.gitattributes +++ b/.gitattributes @@ -95,7 +95,7 @@ Programs/test_frozenmain.h generated Python/Python-ast.c generated Python/executor_cases.c.h generated Python/generated_cases.c.h generated -Python/tier2_redundancy_eliminator_cases.c.h generated +Python/optimizer_cases.c.h generated Python/opcode_targets.h generated Python/stdlib_module_names.h generated Tools/peg_generator/pegen/grammar_parser.py generated |