Skip to content

Commit 72e1738

Browse files
fix
1 parent 4a4a31f commit 72e1738

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/optimizer_symbols.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -936,6 +936,7 @@ _Py_uop_frame_pop(JitOptContext *ctx, PyCodeObject *co, int curr_stackentries)
936936
// -1 to stackentries as we push to the stack our return value after this.
937937
_Py_UOpsAbstractFrame *new_frame = _Py_uop_frame_new(ctx, co, curr_stackentries - 1, NULL, 0);
938938
if (new_frame == NULL) {
939+
ctx->done = true;
939940
return 1;
940941
}
941942

0 commit comments

Comments
 (0)