Skip to content

Commit a1a7d78

Browse files
authored
Merge branch 'main' into setobject-note
2 parents e834a8f + 215007b commit a1a7d78

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Tools/c-analyzer/cpython/_parser.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,10 +91,15 @@ def clean_lines(text):
9191
# XXX Fix the parser.
9292
EXCLUDED += clean_lines('''
9393
# The tool should be able to parse these...
94+
9495
# The problem with xmlparse.c is that something
9596
# has gone wrong where # we handle "maybe inline actual"
9697
# in Tools/c-analyzer/c_parser/parser/_global.py.
9798
Modules/expat/xmlparse.c
99+
100+
# The parser doesn't like the #line directives
101+
# that originate from generated_cases.c.h
102+
Python/ceval.c
98103
''')
99104

100105
INCL_DIRS = clean_lines('''

0 commit comments

Comments
 (0)