Is there any particular reason why Cython has specific code like
__Pyx_PyObject_Call2Args, __Pyx_PyObject_Call3Args, ...
And then there is even more complicated Python code in PyMethodCallNode
generating something like __Pyx_PyObject_Call2Args for an arbitrary
number of arguments.
This could
Jeroen Demeyer schrieb am 13.06.19 um 15:14:
> Is there any particular reason why Cython has specific code like
> __Pyx_PyObject_Call2Args, __Pyx_PyObject_Call3Args, ...
>
> And then there is even more complicated Python code in PyMethodCallNode
> generating something like __Pyx_PyObject_Call2Args