Skip to content

Commit 8732fb0

Browse files
committed
adjusted NEWS entry to use Sphinx formatting directives
1 parent 4ad753f commit 8732fb0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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``.
1+
Added the methods :c:func:`PyObject_Vectorcall`,
2+
:c:func:`PyObject_VectorcallDict` and :c:func:`PyObject_VectorcallMethod` to
3+
the limited API along with the auxiliary macro constant
4+
:c:macro:`PY_VECTORCALL_ARGUMENTS_OFFSET`.
45

5-
The availability of these functions enables more efficient PEP-590 vector
6+
The availability of these functions enables more efficient :PEP:`590` vector
67
calls from binary extension modules that avoid argument boxing/unboxing
78
overheads.

0 commit comments

Comments
 (0)