Skip to content

Commit 6cde14b

Browse files
committed
fix : limit size for errnonames.h increased.
1 parent f207421 commit 6cde14b

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
@@ -318,7 +318,7 @@ def format_tsv_lines(lines):
318318
_abs('Modules/_remote_debugging/*.h'): (20_000, 1000),
319319
_abs('Modules/_testcapimodule.c'): (20_000, 400),
320320
_abs('Modules/expat/expat.h'): (10_000, 400),
321-
_abs('Objects/errnonames.h'): (20_000, 500),
321+
_abs('Objects/errnonames.h'): (25_000, 1000),
322322
_abs('Objects/stringlib/unicode_format.h'): (10_000, 400),
323323
_abs('Objects/typeobject.c'): (380_000, 13_000),
324324
_abs('Python/compile.c'): (20_000, 500),

0 commit comments

Comments
 (0)