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 90e4800 commit bf29c13Copy full SHA for bf29c13
1 file changed
Python/optimizer_analysis.c
@@ -510,7 +510,7 @@ optimize_uops(
510
*(ctx->out_buffer.next++) = *this_instr;
511
}
512
// Track escapes
513
- if (_PyUop_Flags[opcode] & HAS_ESCAPES_FLAG) {
+ if (_PyUop_Flags[out_ptr->opcode] & HAS_ESCAPES_FLAG) {
514
ctx->last_escape_index = uop_buffer_length(&ctx->out_buffer);
515
516
assert(ctx->frame != NULL);
0 commit comments