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 ff7f62e commit 9ded3ddCopy full SHA for 9ded3dd
1 file changed
Python/optimizer.c
@@ -188,7 +188,7 @@ _PyOptimizer_Optimize(
188
executor->vm_data.chain_depth = chain_depth;
189
assert(executor->vm_data.valid);
190
_PyExitData *exit = _tstate->jit_tracer_state.initial_state.exit;
191
- if (exit != NULL) {
+ if (exit != NULL && !progress_needed) {
192
exit->executor = executor;
193
}
194
else {
0 commit comments