SIGN IN SIGN UP

build_struct_time() uses Py_BuildValue()

Issue #28915: Avoid calling _PyObject_CallMethodId() with "(...)" format to
avoid the creation of a temporary tuple: use Py_BuildValue() with
_PyObject_CallMethodIdObjArgs().
V
Victor Stinner committed
2b635971e7fedc06b8a12d467a8b717c9752f4a4
Parent: 7e42541