Skip to content

Commit 3aec52e

Browse files
committed
MAX_SIZES pystate.c
1 parent da0b7e8 commit 3aec52e

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
@@ -317,7 +317,7 @@ def format_tsv_lines(lines):
317317
_abs('Python/optimizer.c'): (100_000, 5_000),
318318
_abs('Python/parking_lot.c'): (40_000, 1000),
319319
_abs('Python/pylifecycle.c'): (750_000, 5000),
320-
_abs('Python/pystate.c'): (700_000, 5000),
320+
_abs('Python/pystate.c'): (750_000, 5000),
321321
_abs('Python/initconfig.c'): (50_000, 500),
322322

323323
# Generated files:

0 commit comments

Comments
 (0)