summaryrefslogtreecommitdiffstats
path: root/Python/bytecodes.c
diff options
context:
space:
mode:
Diffstat (limited to 'Python/bytecodes.c')
-rw-r--r--Python/bytecodes.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Python/bytecodes.c b/Python/bytecodes.c
index d953311..1e6185d 100644
--- a/Python/bytecodes.c
+++ b/Python/bytecodes.c
@@ -4322,8 +4322,6 @@ dummy_func(
if (optimized <= 0) {
exit->temperature = restart_backoff_counter(exit->temperature);
if (optimized < 0) {
- Py_DECREF(current_executor);
- tstate->previous_executor = Py_None;
GOTO_UNWIND();
}
GOTO_TIER_ONE(target);