SIGN IN SIGN UP

PyCFunction_Call() now calls _PyCFunction_FastCallDict()

Issue #29259. We had 3 versions of similar code:

* PyCFunction_Call()
* _PyCFunction_FastCallDict()
* _PyCFunction_FastCallKeywords()

PyCFunction_Call() now calls _PyCFunction_FastCallDict() to factorize the code.
V
Victor Stinner committed
c89ef828cf1db1b0d87d83b19c5216290daa2813
Parent: 250e4b0