per-interpreter: pending calls (from ceval state) #24
Labels
complexity: medium
moderately hard to figure out
P1
medium priority
size: medium
requires a moderate amount of changes
type: enhancement
X [isolation]
improved interpreter isolation
X [runtime]
CPython runtime (lifecycle, state)
(Note: this was reverted, so the underlying problem needs to be addressed and then the PR re-merged.)
Move
PyRuntimeState.ceval.pending
toPyInterpreterState.ceval.pending
.PyRuntimeState
toPyInterpreterState
PyInterpreterState
PyInterpreterState *
to related macros (rather than rely onPyThreadState_Get()
)Py_AddPendingCall()
The text was updated successfully, but these errors were encountered: