mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +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 &&
|
if (tstate->tracing == 0 &&
|
||||||
INSTR_OFFSET() >= frame->f_code->_co_firsttraceable
|
INSTR_OFFSET() >= frame->f_code->_co_firsttraceable
|
||||||
) {
|
) {
|
||||||
assert(
|
|
||||||
_PyOpcode_Deopt[first_instr[frame->f_code->_co_firsttraceable]]
|
|
||||||
== RESUME
|
|
||||||
);
|
|
||||||
int instr_prev = _PyInterpreterFrame_LASTI(frame);
|
int instr_prev = _PyInterpreterFrame_LASTI(frame);
|
||||||
frame->prev_instr = next_instr;
|
frame->prev_instr = next_instr;
|
||||||
TRACING_NEXTOPARG();
|
TRACING_NEXTOPARG();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue