Skip to content
Prev Previous commit
Fix the c-analyzer.
  • Loading branch information
ericsnowcurrently committed Nov 5, 2024
commit ab27394a84382331fa9726fdcf6e4eb304605301
1 change: 1 addition & 0 deletions Tools/c-analyzer/cpython/_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,7 @@ def clean_lines(text):
Modules/_sre/sre_lib.h LOCAL(type) static inline type
Modules/_sre/sre_lib.h SRE(F) sre_ucs2_##F
Objects/stringlib/codecs.h STRINGLIB_IS_UNICODE 1
Include/internal/pycore_crossinterp_data_registry.h Py_CORE_CROSSINTERP_DATA_REGISTRY_H 1

# @end=tsv@
''')[1:]
Expand Down