method_call() and slot_tp_new() now uses fast call
Issue #27841: Add _PyObject_Call_Prepend() helper function to prepend an argument to existing arguments to call a function. This helper uses fast calls. Modify method_call() and slot_tp_new() to use _PyObject_Call_Prepend().
V
Victor Stinner committed
3f1057a4b62d8c94ae77f34f950b74a45499b218
Parent: f7507dd