Skip to content

Commit c78a4e6

Browse files
Revert "Fix a bug in not setting executors"
This reverts commit f526688.
1 parent f526688 commit c78a4e6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Python/jit.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -645,7 +645,6 @@ _Py_LazyJitTrampoline(
645645
}
646646
_Py_jit_entry = trampoline;
647647
}
648-
tstate->current_executor = (PyObject *)executor;
649648
PyMutex_Unlock(&lazy_jit_mutex);
650649
return _Py_jit_entry(executor, frame, stack_pointer, tstate);
651650
}

0 commit comments

Comments
 (0)