summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2019-05-22-17-33-52.bpo-37107.8BVPR-.rst
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.