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

@vstinner

* Add _PyObject_VectorcallTstate() function: similar to
  _PyObject_Vectorcall(), but with tstate parameter
* Add tstate parameter to _PyObject_MakeTpCall()

@vstinner vstinner changed the title [WIP] bpo-38644: Add _PyObject_VectorcallTstate() bpo-38644: Add _PyObject_VectorcallTstate()

Nov 8, 2019

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

Dec 5, 2019
* Add _PyObject_VectorcallTstate() function: similar to
  _PyObject_Vectorcall(), but with tstate parameter
* Add tstate parameter to _PyObject_MakeTpCall()

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

Jan 31, 2020
* Add _PyObject_VectorcallTstate() function: similar to
  _PyObject_Vectorcall(), but with tstate parameter
* Add tstate parameter to _PyObject_MakeTpCall()