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 82c045f commit 87123abCopy full SHA for 87123ab
Doc/c-api/call.rst
@@ -108,6 +108,8 @@ This is a pointer to a function with the following signature:
108
Doing so will allow callables such as bound methods to make their onward
109
calls (which include a prepended *self* argument) very efficiently.
110
111
+ .. versionadded:: 3.8
112
+
113
To call an object that implements vectorcall, use a :ref:`call API <capi-call>`
114
function as with any other callable.
115
:c:func:`PyObject_Vectorcall` will usually be most efficient.
0 commit comments