• Victor Stinner's avatar
    Add _PyObject_FastCallKeywords() · d8735720
    Victor Stinner yazdı
    Issue #27830: Add _PyObject_FastCallKeywords(): avoid the creation of a
    temporary dictionary for keyword arguments.
    
    Other changes:
    
    * Cleanup call_function() and fast_function() (ex: rename nk to nkwargs)
    * Remove now useless do_call(), replaced with _PyObject_FastCallKeywords()
    d8735720
funcobject.h 3.98 KB