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
fixed referenced macro constant
  • Loading branch information
wjakob committed Nov 4, 2022
commit c7517df5aba64ed4b2bab61a160e7adeaa7cd552
2 changes: 1 addition & 1 deletion Doc/whatsnew/3.12.rst
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ New Features

* :c:func:`PyObject_Vectorcall`
* :c:func:`PyObject_VectorcallMethod`
* :const:`Py_TPFLAGS_HAVE_VECTORCALL`
* :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
Expand Down