cpython/Misc/NEWS.d/next/C API/2023-06-30-09-33-25.gh-issu...

3 lines
155 B
ReStructuredText

Remove private ``_PyObject_FastCall()`` function: use ``PyObject_Vectorcall()``
which is available since Python 3.8 (:pep:`590`). Patch by Victor Stinner.