8000 Add some temporary debugging code. · python/cpython@5ee7611 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5ee7611

Browse files
Add some temporary debugging code.
1 parent 9ed998a commit 5ee7611

File tree

1 file changed

+3
-0
lines changed
  • Tools/c-analyzer/c_parser/preprocessor

1 file changed

+3
-0
lines changed

Tools/c-analyzer/c_parser/preprocessor/gcc.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,9 @@ def _iter_lines(text, reqfile, samefiles, cwd, raw=False):
8282
]:
8383
line = next(lines)
8484
if line != expected:
85+
print('--------------------')
86+
print(text)
87+
print('--------------------')
8588
raise NotImplementedError((line, expected))
8689

8790
# Do all the CLI-provided includes.

0 commit comments

Comments
 (0)
0