Skip to content

Commit bd9a2e1

Browse files
committed
fix one more size
1 parent 60bfe8c commit bd9a2e1

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

0 commit comments

Comments
 (0)