SIGN IN SIGN UP

Use _PyObject_CallMethodIdObjArgs() in _io

Issue #28915: Replace _PyObject_CallMethodId() with
_PyObject_CallMethodIdObjArgs() when the format string was only made of "O"
formats, PyObject* arguments.

_PyObject_CallMethodIdObjArgs() avoids the creation of a temporary tuple and
doesn't have to parse a format string.
V
Victor Stinner committed
61bdb0d31924ec5fd12aa8dbe197002c57dfbf82
Parent: 20401de