mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
[3.11] GH-93516: Drop broken assert, fixes GH-93769 (GH-94411)
This commit is contained in:
parent
0122ab235b
commit
9140c413d0
1 changed files with 0 additions and 4 deletions
|
@ -5611,10 +5611,6 @@ handle_eval_breaker:
|
|||
if (tstate->tracing == 0 &&
|
||||
INSTR_OFFSET() >= frame->f_code->_co_firsttraceable
|
||||
) {
|
||||
assert(
|
||||
_PyOpcode_Deopt[first_instr[frame->f_code->_co_firsttraceable]]
|
||||
== RESUME
|
||||
);
|
||||
int instr_prev = _PyInterpreterFrame_LASTI(frame);
|
||||
frame->prev_instr = next_instr;
|
||||
TRACING_NEXTOPARG();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue