• Victor Stinner's avatar
    Use PyObject_CallFunctionObjArgs() · 5abaa2b1
    Victor Stinner yazdı
    Issue #28915: Replace PyObject_CallFunction() with
    PyObject_CallFunctionObjArgs() when the format string was only made of "O"
    formats, PyObject* arguments.
    
    PyObject_CallFunctionObjArgs() avoids the creation of a temporary tuple and
    doesn't have to parse a format string.
    5abaa2b1
_elementtree.c 111 KB