mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Add missing DISPATCH() (GH-27715)
This commit is contained in:
parent
bfc2d5a5c4
commit
c174eafc33
1 changed files with 2 additions and 0 deletions
|
@ -1583,6 +1583,8 @@ _PyEval_EvalFrameDefault(PyThreadState *tstate, InterpreterFrame *frame, int thr
|
|||
}
|
||||
}
|
||||
|
||||
DISPATCH();
|
||||
|
||||
tracing_dispatch:
|
||||
{
|
||||
int instr_prev = frame->f_lasti;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue