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 a449a70 commit 09bd752Copy full SHA for 09bd752
Doc/c-api/call.rst
@@ -99,6 +99,8 @@ This is a pointer to a function with the following signature:
99
Doing so will allow callables such as bound methods to make their onward
100
calls (which include a prepended *self* argument) very efficiently.
101
102
+ .. versionadded:: 3.8
103
+
104
To call an object that implements vectorcall, use a :ref:`call API <capi-call>`
105
function as with any other callable.
106
:c:func:`PyObject_Vectorcall` will usually be most efficient.
0 commit comments