Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions Tools/c-analyzer/cpython/_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ def format_tsv_lines(lines):
('Modules/blake2module.c', 'Modules/_hacl/include'),
('Modules/hmacmodule.c', 'Modules/_hacl/include'),
('Objects/stringlib/*.h', 'Objects'),
('Modules/pyexpat.c', './Modules/expat'),

# possible system-installed headers, just in case
('Modules/_tkinter.c', '/usr/include/tcl8.6'),
Expand Down
Loading