gh-137838: Move _PyUOpInstruction buffer to PyInterpreterState (gh-138918)

This commit is contained in:
Donghee Na 2025-09-17 18:50:16 +01:00 committed by GitHub
parent a9b6b09141
commit d873fb42f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 87 additions and 31 deletions

View file

@ -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