gh-137838: Move _PyUOpInstruction buffer to PyInterpreterState (gh-138918)
This commit is contained in:
@@ -1702,6 +1702,7 @@ finalize_modules(PyThreadState *tstate)
|
||||
|
||||
// Invalidate all executors and turn off JIT:
|
||||
interp->jit = false;
|
||||
interp->compiling = false;
|
||||
#ifdef _Py_TIER2
|
||||
_Py_Executors_InvalidateAll(interp, 0);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user