https://github.com/python/cpython/commit/b178eae3a676473e1c2287a46b4941fc0bcd193f
commit: b178eae3a676473e1c2287a46b4941fc0bcd193f
branch: main
author: Nikita Sobolev <[email protected]>
committer: sobolevn <[email protected]>
date: 2024-02-16T13:10:21Z
summary:

Add `Python/tier2_redundancy_eliminator_cases.c.h` to `.gitattributes` as 
generated (#115551)

files:
M .gitattributes

diff --git a/.gitattributes b/.gitattributes
index 07d877027b09f6..c984797e1ac7c6 100644
--- a/.gitattributes
+++ b/.gitattributes
@@ -94,7 +94,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_bytecodes.c.h    generated
+Python/tier2_redundancy_eliminator_cases.c.h        generated
 Python/opcode_targets.h                             generated
 Python/stdlib_module_names.h                        generated
 Tools/peg_generator/pegen/grammar_parser.py         generated

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to