We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ceval.c
1 parent 70185de commit 215007bCopy full SHA for 215007b
Tools/c-analyzer/cpython/_parser.py
@@ -91,10 +91,15 @@ def clean_lines(text):
91
# XXX Fix the parser.
92
EXCLUDED += clean_lines('''
93
# The tool should be able to parse these...
94
+
95
# The problem with xmlparse.c is that something
96
# has gone wrong where # we handle "maybe inline actual"
97
# in Tools/c-analyzer/c_parser/parser/_global.py.
98
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
103
''')
104
105
INCL_DIRS = clean_lines('''
0 commit comments