8000 Add a version added note for PY_VECTORCALL_ARGUMENTS_OFFSET (#110963) · python/cpython@be551a7 · GitHub
[go: up one dir, main page]

Skip to content

Commit be551a7

Browse files
authored
Add a version added note for PY_VECTORCALL_ARGUMENTS_OFFSET (#110963)
1 parent 94c2ddf commit be551a7

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
@@ -108,6 +108,8 @@ This is a pointer to a function with the following signature:
108108
Doing so will allow callables such as bound methods to make their onward
109109
calls (which include a prepended *self* argument) very efficiently.
110110

111+
.. versionadded:: 3.8
112+
111113
To call an object that implements vectorcall, use a :ref:`call API <capi-call>`
112114
function as with any other callable.
113115
:c:func:`PyObject_Vectorcall` will usually be most efficient.

0 commit comments

Comments
 (0)
0