• Victor Stinner's avatar
    time_strptime() uses PyObject_Call() · dbe28d26
    Victor Stinner yazdı
    Issue #28915: Use PyObject_Call() to pass a tuple of positional arguments,
    instead of relying on _PyObject_CallMethodId() weird behaviour to unpack the
    tuple.
    dbe28d26
timemodule.c 42.1 KB