summaryrefslogtreecommitdiffstats
path: root/Python/executor_cases.c.h
diff options
context:
space:
mode:
Diffstat (limited to 'Python/executor_cases.c.h')
-rw-r--r--Python/executor_cases.c.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Python/executor_cases.c.h b/Python/executor_cases.c.h
index 2c2a09a..e9c9ed2 100644
--- a/Python/executor_cases.c.h
+++ b/Python/executor_cases.c.h
@@ -5750,6 +5750,9 @@
tstate->previous_executor = (PyObject *)current_executor;
GOTO_TIER_ONE(target);
}
+ else {
+ exit->temperature = initial_temperature_backoff_counter();
+ }
}
exit->executor = executor;
}