Files
cpython/Python
Victor Stinner 4d231bcc77 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
2019-11-14 13:36:21 +01:00
..
2019-09-21 12:57:44 -07:00
2016-09-07 09:26:18 -07:00
2009-04-27 20:54:42 +00:00
2017-09-14 18:13:16 -07:00

Miscellaneous source files for the main Python shared library