Skip to content

Commit 78b447a

Browse files
gh-64502: Increase the c-analyzer size limit for the _testclinic header
The added test functions made Modules/clinic/_testclinic.c.h exceed the limit. The main and 3.15 branches already use the larger value. Co-authored-by: Serhiy Storchaka <storchaka@gmail.com> Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 414eb17 commit 78b447a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tools/c-analyzer/cpython/_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ def format_tsv_lines(lines):
334334
_abs('Modules/_ssl_data_300.h'): (80_000, 10_000),
335335
_abs('Modules/_ssl_data_111.h'): (80_000, 10_000),
336336
_abs('Modules/cjkcodecs/mappings_*.h'): (160_000, 2_000),
337-
_abs('Modules/clinic/_testclinic.c.h'): (120_000, 5_000),
337+
_abs('Modules/clinic/_testclinic.c.h'): (125_000, 5_000),
338338
_abs('Modules/unicodedata_db.h'): (180_000, 3_000),
339339
_abs('Modules/unicodename_db.h'): (1_200_000, 15_000),
340340
_abs('Objects/unicodetype_db.h'): (240_000, 3_000),

0 commit comments

Comments
 (0)