Skip to content

Commit f526688

Browse files
Fix a bug in not setting executors
1 parent 82ec8f1 commit f526688

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Python/jit.c

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

0 commit comments

Comments
 (0)