Py3.9 is missing PyObject_CallNoArgs and PyObject_CallMethodNoArgs
The CPython call protocol defines a number of functions. We are still missing PyObject_CallOneArg
, PyObject_CallMethodOneArg
and maybe more.
In addition, we are using the old name _PyObject_CallNoArg
instead of PyObject_CallNoArgs