[issue40513] Move _PyRuntimeState.ceval to PyInterpreterState

STINNER Victor report at bugs.python.org
Tue May 5 10:34:48 EDT 2020


STINNER Victor <vstinner at python.org> added the comment:

For signals_pending, see also: bpo-40010 "Inefficient signal handling in multithreaded applications" which added _Py_ThreadCanHandleSignals() and _Py_ThreadCanHandlePendingCalls() functions.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40513>
_______________________________________


More information about the Python-bugs-list mailing list