We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f7c746 commit 3fc5442Copy full SHA for 3fc5442
1 file changed
βMisc/NEWS.d/next/C API/2020-01-07-13-46-40.bpo-39245.G7wog6.rstβ
@@ -1 +1,5 @@
1
-The Vectorcall API (PEP 590) was made public.
+The Vectorcall API (PEP 590) was made public, adding the functions
2
+``PyObject_Vectorcall``, ``PyObject_VectorcallMethod``,
3
+``PyVectorcall_Function``, ``PyObject_CallOneArg``,
4
+``PyObject_CallMethodNoArgs``, ``PyObject_CallMethodOneArg``,
5
+``PyObject_FastCallDict``, and the flag ``Py_TPFLAGS_HAVE_VECTORCALL``.
0 commit comments