diff options
Diffstat (limited to 'Python/ceval.c')
-rw-r--r-- | Python/ceval.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Python/ceval.c b/Python/ceval.c index f685c79b4c..104dbe44ec 100644 --- a/Python/ceval.c +++ b/Python/ceval.c @@ -1583,6 +1583,8 @@ _PyEval_EvalFrameDefault(PyThreadState *tstate, InterpreterFrame *frame, int thr } } + DISPATCH(); + tracing_dispatch: { int instr_prev = frame->f_lasti; |