Skip to content

Commit 694dc67

Browse files
committed
gh-151024: Exclude html_entities.h from the C globals analyzer
1 parent e0c0c34 commit 694dc67

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Tools/c-analyzer/cpython/_parser.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ def format_tsv_lines(lines):
7070
# only huge constants (safe but parsing is slow)
7171
'Modules/_ssl_data_*.h',
7272
'Modules/cjkcodecs/mappings_*.h',
73+
'Modules/html_entities.h',
7374
'Modules/unicodedata_db.h',
7475
'Modules/unicodename_db.h',
7576
'Objects/unicodetype_db.h',

0 commit comments

Comments
 (0)