Skip to content

Commit 09bd752

Browse files
[3.11] Add a version added note for PY_VECTORCALL_ARGUMENTS_OFFSET (GH-110963) (#111220)
Co-authored-by: Anthony Shaw <[email protected]>
1 parent a449a70 commit 09bd752

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/c-api/call.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,8 @@ This is a pointer to a function with the following signature:
9999
Doing so will allow callables such as bound methods to make their onward
100100
calls (which include a prepended *self* argument) very efficiently.
101101

102+
.. versionadded:: 3.8
103+
102104
To call an object that implements vectorcall, use a :ref:`call API <capi-call>`
103105
function as with any other callable.
104106
:c:func:`PyObject_Vectorcall` will usually be most efficient.

0 commit comments

Comments
 (0)