mirror of
https://github.com/python/cpython.git
synced 2025-11-01 06:01:29 +00:00
gh-137838: Move _PyUOpInstruction buffer to PyInterpreterState (gh-138918)
This commit is contained in:
parent
a9b6b09141
commit
d873fb42f3
8 changed files with 87 additions and 31 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue