• Victor Stinner's avatar
    method_call() and slot_tp_new() now uses fast call · 3f1057a4
    Victor Stinner yazdı
    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().
    3f1057a4
classobject.c 18.2 KB