Skip to content

Commit be72179

Browse files
committed
add executor_cases.c.h and optimizer_cases.c.h to ignored files list in Tools/c-analyzer/cpython/_parser.py
1 parent f65aa0d commit be72179

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Tools/c-analyzer/cpython/_parser.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,8 @@ def clean_lines(text):
8383
Python/deepfreeze/*.c
8484
Python/frozen_modules/*.h
8585
Python/generated_cases.c.h
86+
Python/executor_cases.c.h
87+
Python/optimizer_cases.c.h
8688
8789
# not actually source
8890
Python/bytecodes.c

0 commit comments

Comments
 (0)