]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38644: Add _PyObject_VectorcallTstate() (GH-17052)
authorVictor Stinner <vstinner@python.org>
Fri, 8 Nov 2019 09:05:17 +0000 (10:05 +0100)
committerGitHub <noreply@github.com>
Fri, 8 Nov 2019 09:05:17 +0000 (10:05 +0100)
commit7e433733175e76627d46ed9bdab543860cd1452d
treeab96312f08fbd190262d5cdc628be5958948ad81
parentbefa032d8869e0fab4732d910f3887642879d644
bpo-38644: Add _PyObject_VectorcallTstate() (GH-17052)

* Add _PyObject_VectorcallTstate() function: similar to
  _PyObject_Vectorcall(), but with tstate parameter
* Add tstate parameter to _PyObject_MakeTpCall()
Include/cpython/abstract.h
Modules/_functoolsmodule.c
Objects/call.c
Objects/classobject.c
Objects/typeobject.c
Python/context.c