bpo-38644: Add _PyEval_EvalCode() by vstinner · Pull Request #17183 · python/cpython

@vstinner

_PyFunction_Vectorcall() now pass tstate to function calls.

jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request

Dec 5, 2019
_PyFunction_Vectorcall() now pass tstate to function calls.

shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request

Jan 31, 2020
_PyFunction_Vectorcall() now pass tstate to function calls.