We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60bfe8c commit bd9a2e1Copy full SHA for bd9a2e1
Tools/c-analyzer/cpython/_parser.py
@@ -327,7 +327,7 @@ def clean_lines(text):
327
_abs('Python/compile.c'): (20_000, 500),
328
_abs('Python/optimizer.c'): (100_000, 5_000),
329
_abs('Python/parking_lot.c'): (40_000, 1000),
330
- _abs('Python/pylifecycle.c'): (500_000, 5000),
+ _abs('Python/pylifecycle.c'): (700_000, 5000),
331
_abs('Python/pystate.c'): (700_000, 5000),
332
_abs('Python/initconfig.c'): (50_000, 500),
333
0 commit comments