Optimize methoddescr_call(): avoid temporary PyCFunction
Issue #29259, #29263. methoddescr_call() creates a PyCFunction object, call it and the destroy it. Add a new _PyMethodDef_RawFastCallDict() method to avoid the temporary PyCFunction object.
V
Victor Stinner committed
c52572319cbd50adff85050a54122c25239a516d
Parent: 35ecebe