bpo-38644: Add _PyObject_Call() (GH-17089)
* Add pycore_call.h internal header file. * Add _PyObject_Call(): PyObject_Call() with tstate * Add _PyObject_CallNoArgTstate(): _PyObject_CallNoArg() with tstate * Add _PyObject_FastCallDictTstate(): _PyObject_FastCallDict() with tstate * _PyObject_Call_Prepend() now takes tstate * Replace _PyObject_FastCall() calls with _PyObject_VectorcallTstate() calls
V
Victor Stinner committed
4d231bcc77ac8ce7d11bda0804130dcdd678f710
Parent: b9e6812
Committed by GitHub <noreply@github.com>
on 11/14/2019, 12:36:21 PM