• Thomas Wouters's avatar
    Backport Jeremy's checkin 2.57: · 689f4fa2
    Thomas Wouters yazdı
    vgetargs1() and vgetargskeywords(): Replace uses of PyTuple_Size() and
    PyTuple_GetItem() with PyTuple_GET_SIZE() and PyTuple_GET_ITEM().
    The code has already done a PyTuple_Check().
    689f4fa2
getargs.c 29.3 KB