We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c0c815 commit 873ca91Copy full SHA for 873ca91
Python/optimizer_analysis.c
@@ -491,7 +491,6 @@ optimize_uops(
491
492
int oparg = this_instr->oparg;
493
opcode = this_instr->opcode;
494
-
495
bool was_init_shim = CURRENT_FRAME_IS_INIT_SHIM();
496
497
if (!was_init_shim) {
@@ -519,9 +518,7 @@ optimize_uops(
519
518
DPRINTF(1, "\nUnknown opcode in abstract interpreter\n");
520
Py_UNREACHABLE();
521
}
522
523
bool is_init_shim = CURRENT_FRAME_IS_INIT_SHIM();
524
525
// If no ADD_OP was called during this iteration, copy the original instruction
526
if (ctx->out_buffer.next == out_ptr) {
527
*(ctx->out_buffer.next++) = *this_instr;
0 commit comments