Skip to content

Commit

Permalink
add to generated
Browse files Browse the repository at this point in the history
  • Loading branch information
Fidget-Spinner committed Jan 31, 2025
1 parent bd97afa commit c6967c6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ Python/Python-ast.c generated
Python/executor_cases.c.h generated
Python/generated_cases.c.h generated
Python/generated_tail_call_handlers.c.h generated
Python/generated_tail_call_labels.c.h generated
Python/optimizer_cases.c.h generated
Python/opcode_targets.h generated
Python/stdlib_module_names.h generated
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/tail-call.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,14 @@ on:
- 'Python/ceval.c'
- 'Python/ceval_macros.h'
- 'Python/generated_tail_call_handlers.c.h'
- 'Python/generated_tail_call_labels.c.h'
push:
paths:
- 'Python/bytecodes.c'
- 'Python/ceval.c'
- 'Python/ceval_macros.h'
- 'Python/generated_tail_call_handlers.c.h'
- 'Python/generated_tail_call_labels.c.h'
workflow_dispatch:

permissions:
Expand Down
1 change: 1 addition & 0 deletions Tools/c-analyzer/cpython/_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ def clean_lines(text):
Python/frozen_modules/*.h
Python/generated_cases.c.h
Python/generated_tail_call_handlers.c.h
Python/generated_tail_call_labels.c.h
Python/executor_cases.c.h
Python/optimizer_cases.c.h
Expand Down

0 comments on commit c6967c6

Please sign in to comment.