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 1fc0bb2 commit 60bfe8cCopy full SHA for 60bfe8c
Tools/c-analyzer/cpython/_parser.py
@@ -328,7 +328,7 @@ def clean_lines(text):
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),
331
- _abs('Python/pystate.c'): (500_000, 5000),
+ _abs('Python/pystate.c'): (700_000, 5000),
332
_abs('Python/initconfig.c'): (50_000, 500),
333
334
# Generated files:
0 commit comments