mirror of
https://github.com/python/cpython.git
synced 2026-05-23 12:53:22 -04:00
b421b8c191
PyObject_CallFunctionObArgs() and PyObject_CallMethodObArgs() have the advantage that no format strings need to be parsed. The CallMethod variant also avoids creating a new string object in order to retrieve a method from an object as well.