cpython/Misc/NEWS.d/next/C API/2019-06-19-12-06-31.bpo-373...

3 lines
157 B
ReStructuredText
Raw Normal View History

Add fast functions for calling methods: :c:func:`_PyObject_VectorcallMethod`,
:c:func:`_PyObject_CallMethodNoArgs` and :c:func:`_PyObject_CallMethodOneArg`.