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 b7b3c23 commit cda3dceCopy full SHA for cda3dce
Python/optimizer.c
@@ -825,7 +825,7 @@ _PyJit_translate_single_bytecode_to_trace(
825
if (uop == _TIER2_RESUME_CHECK) {
826
target = next_inst;
827
}
828
- else if (uop != _FOR_ITER_TIER_TWO) {
+ else {
829
int extended_arg = orig_oparg > 255;
830
uint32_t jump_target = next_inst + orig_oparg + extended_arg;
831
assert(_Py_GetBaseCodeUnit(old_code, jump_target).op.code == END_FOR);
0 commit comments