Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
rephrase
  • Loading branch information
wjakob committed Nov 4, 2022
commit 4d0c68bb5ba4c622c1a8d2365d9ea565dd7a1884
8 changes: 4 additions & 4 deletions Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -623,16 +623,16 @@ New Features
using less memory and with faster access.

* API for performing calls using
:ref:`the vectorcall protocol <vectorcall>` was added to the
:ref:`the vectorcall protocol <vectorcall>` was also added to the
:ref:`Limited API <stable>`:

* :c:func:`PyObject_Vectorcall`
* :c:func:`PyObject_VectorcallMethod`
* :const:`PY_VECTORCALL_ARGUMENTS_OFFSET`

Together with the previous change, this covers both the incoming and outgoing
ends of the vector call protocol. (Contributed by Wenzel Jakob in
:gh:`98586`.)
This means that both the incoming and outgoing ends of the vector call
protocol are now available in the :ref:`Limited API <stable>`. (Contributed
by Wenzel Jakob in :gh:`98586`.)

* Added two new public functions,
:c:func:`PyEval_SetProfileAllThreads` and
Expand Down