summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2023-06-30-09-33-25.gh-issue-106023.YvYiE4.rst
blob: 3130febf61120b4ab4ba87bd3c5a3c8913541ce8 (plain)
1
2
Remove private ``_PyObject_FastCall()`` function: use ``PyObject_Vectorcall()``
which is available since Python 3.8 (:pep:`590`). Patch by Victor Stinner.