Skip to content
Merged
Prev Previous commit
Next Next commit
Move What's New entry from 3.11 to 3.10
  • Loading branch information
Erlend E. Aasland committed Jul 6, 2021
commit 6adc9e5c8b68000bb3f66f5082401efb7b8a1271
5 changes: 5 additions & 0 deletions Doc/whatsnew/3.10.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2073,6 +2073,11 @@ Porting to Python 3.10
limited API. The function is mainly useful for custom builds of Python.
(Contributed by Petr Viktorin in :issue:`26241`)

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

Deprecated
----------

Expand Down
5 changes: 0 additions & 5 deletions Doc/whatsnew/3.11.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,11 +211,6 @@ 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 set can now implement
the :pep:`590` vectorcall protocol. Previously, this was only available for
:ref:`static types <static-types>`.
(Contributed by Erlend E. Aasland in :issue:`43908`)

Deprecated
----------

Expand Down