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 4ad753f commit 8732fb0Copy full SHA for 8732fb0
Misc/NEWS.d/next/Core and Builtins/2022-10-24-10-30-30.gh-issue-98586.Tha5Iy.rst
@@ -1,7 +1,8 @@
1
-Added the methods ``PyObject_Vectorcall``, ``PyObject_VectorcallDict`` and
2
-``PyObject_VectorcallMethod`` to the limited API along with the auxiliary
3
-macro constant ``PY_VECTORCALL_ARGUMENTS_OFFSET``.
+Added the methods :c:func:`PyObject_Vectorcall`,
+:c:func:`PyObject_VectorcallDict` and :c:func:`PyObject_VectorcallMethod` to
+the limited API along with the auxiliary macro constant
4
+:c:macro:`PY_VECTORCALL_ARGUMENTS_OFFSET`.
5
-The availability of these functions enables more efficient PEP-590 vector
6
+The availability of these functions enables more efficient :PEP:`590` vector
7
calls from binary extension modules that avoid argument boxing/unboxing
8
overheads.
0 commit comments