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 09e7fb4 commit 1f5323cCopy full SHA for 1f5323c
Python/ast_opt.c
@@ -38,7 +38,7 @@ if (Py_EnterRecursiveCall(" during compilation")) { \
38
static ControlFlowInFinallyContext*
39
get_cf_finally_top(_PyASTOptimizeState *state)
40
{
41
- int idx = state->cf_finally_used+1;
+ int idx = state->cf_finally_used;
42
return state->cf_finally.array + idx * sizeof(ControlFlowInFinallyContext);
43
}
44
0 commit comments