Skip to content

Commit

Permalink
Update optimizer
Browse files Browse the repository at this point in the history
  • Loading branch information
markshannon committed Oct 23, 2024
1 parent 2a3b1e2 commit 031f320
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Python/optimizer_analysis.c
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,8 @@ remove_globals(_PyInterpreterFrame *frame, _PyUOpInstruction *buffer,
}
break;
}
case _RETURN_VALUE:
case _RETURN_VALUE_FUNC:
case _RETURN_VALUE_GEN:
{
builtins_watched >>= 1;
globals_watched >>= 1;
Expand Down

0 comments on commit 031f320

Please sign in to comment.