Files
cpython/Include
Victor Stinner 7e43373317 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()
2019-11-08 10:05:17 +01:00
..
2019-06-04 22:12:32 +02:00
2016-08-20 08:03:06 +00:00
2019-08-23 16:39:09 +01:00