Skip to content
Merged
Prev Previous commit
Next Next commit
Also adjust What's New entry
  • Loading branch information
Erlend E. Aasland committed Jul 6, 2021
commit b6ed6bd1aad65a6a0323a85bd5d18d29aae1ea85
4 changes: 2 additions & 2 deletions Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,8 +211,8 @@ Porting to Python 3.11
(:c:member:`PyTypeObject.tp_traverse`).
(Contributed by Victor Stinner in :issue:`44263`.)

* Types with the :const:`Py_TPFLAGS_IMMUTABLETYPE` flag can now implement the
:pep:`590` vectorcall protocol. Previously, this was only available for
* Types with the :const:`Py_TPFLAGS_IMMUTABLETYPE` flag can now inherit the
:pep:`590` vectorcall protocol. Previously, this was only possible for
:ref:`static types <static-types>`.
(Contributed by Erlend E. Aasland in :issue:`43908`)

Expand Down