[issue38644] Pass explicitly tstate to function calls

STINNER Victor report at bugs.python.org
Wed Oct 30 11:00:20 EDT 2019


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

PR 16997 is a first step. The second step will be to pass tstate to:

* _PyObject_Vectorcall()
* _PyObject_MakeTpCall()
* _Py_CheckFunctionResult()

(I have a local branch that I have to rewrite on top of PR 16997.)

----------

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


More information about the Python-bugs-list mailing list