Add missing DISPATCH() (GH-27715)

This commit is contained in:
Mark Shannon 2021-08-11 09:25:26 +01:00 committed by GitHub
parent bfc2d5a5c4
commit c174eafc33
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1583,6 +1583,8 @@ _PyEval_EvalFrameDefault(PyThreadState *tstate, InterpreterFrame *frame, int thr
}
}
DISPATCH();
tracing_dispatch:
{
int instr_prev = frame->f_lasti;