Skip to content

Commit da0b7e8

Browse files
committed
increase MAX_SIZES
1 parent 70d81a1 commit da0b7e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/c-analyzer/cpython/_parser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ def format_tsv_lines(lines):
316316
_abs('Python/compile.c'): (20_000, 500),
317317
_abs('Python/optimizer.c'): (100_000, 5_000),
318318
_abs('Python/parking_lot.c'): (40_000, 1000),
319-
_abs('Python/pylifecycle.c'): (700_000, 5000),
319+
_abs('Python/pylifecycle.c'): (750_000, 5000),
320320
_abs('Python/pystate.c'): (700_000, 5000),
321321
_abs('Python/initconfig.c'): (50_000, 500),
322322

0 commit comments

Comments
 (0)