Skip to content

Commit

Permalink
Add missing DISPATCH() (GH-27715)
Browse files Browse the repository at this point in the history
  • Loading branch information
markshannon committed Aug 11, 2021
1 parent bfc2d5a commit c174eaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Python/ceval.c
Expand Up @@ -1583,6 +1583,8 @@ _PyEval_EvalFrameDefault(PyThreadState *tstate, InterpreterFrame *frame, int thr
}
}

DISPATCH();

tracing_dispatch:
{
int instr_prev = frame->f_lasti;
Expand Down

0 comments on commit c174eaf

Please sign in to comment.