Message 285463 - Python tracker (original) (raw)
- _PyCFunction_FastCallKeywords() calls _PyStack_AsDict(), then calls _PyCFunction_FastCallDict().
- _PyCFunction_FastCallDict() calls _Py_FastCall_FromArgs() when METH_FASTCALL.
- _Py_FastCall_FromArgs() calls _PyStack_UnpackDict(), then calls fastcall().
Can you remove this _PyStack_AsDict() & _PyStack_UnpackDict() by creating shortcut in _PyCFunction_FastCallKeywords()?