Will cpyext for pypy3.7 support METH_FASTCALL?
Somehow I had managed to think that PyPy with 3.7 support would support METH_FASTCALL
(I guess I grepped the code, but should have realized that it is not really mentioned often enough to be actually fully implemented).
I am not even sure that METH_FASTCALL
was a documented feature in Python 3.7 itself, but wondering if there is a plan to support it soon (even if it is were than the normal calling convention)?