Skip to content

Commit 60bfe8c

Browse files
committed
fix increased size
1 parent 1fc0bb2 commit 60bfe8c

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
@@ -328,7 +328,7 @@ def clean_lines(text):
328328
_abs('Python/optimizer.c'): (100_000, 5_000),
329329
_abs('Python/parking_lot.c'): (40_000, 1000),
330330
_abs('Python/pylifecycle.c'): (500_000, 5000),
331-
_abs('Python/pystate.c'): (500_000, 5000),
331+
_abs('Python/pystate.c'): (700_000, 5000),
332332
_abs('Python/initconfig.c'): (50_000, 500),
333333

334334
# Generated files:

0 commit comments

Comments
 (0)