Skip to content

Commit ea72022

Browse files
committed
Use a wildcard for c-analyzer
1 parent 68810ef commit ea72022

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Tools/c-analyzer/cpython/_parser.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,9 +70,7 @@ def clean_lines(text):
7070
Python/thread_pthread_stubs.h
7171
7272
# only huge constants (safe but parsing is slow)
73-
Modules/_ssl_data_31.h
74-
Modules/_ssl_data_300.h
75-
Modules/_ssl_data_111.h
73+
Modules/_ssl_data_*.h
7674
Modules/cjkcodecs/mappings_*.h
7775
Modules/unicodedata_db.h
7876
Modules/unicodename_db.h

0 commit comments

Comments
 (0)