blob: 4a9e58f71554830c043a2a1c510642515a75fd12 (
plain)
1
2
3
4
|
Update :c:func:`PyObject_CallMethodObjArgs` and ``_PyObject_CallMethodIdObjArgs``
to use ``_PyObject_GetMethod`` to avoid creating a bound method object in many
cases.
Patch by Michael J. Sullivan.
|