File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2073,6 +2073,11 @@ Porting to Python 3.10
2073
2073
limited API . The function is mainly useful for custom builds of Python.
2074
2074
(Contributed by Petr Viktorin in :issue:`26241 ` )
2075
2075
2076
+ * Types with the :const:`Py_TPFLAGS_IMMUTABLETYPE` flag can now implement the
2077
+ :pep:`590 ` vectorcall protocol. Previously, this was only available for
2078
+ :ref:`static types < static- types> ` .
2079
+ (Contributed by Erlend E. Aasland in :issue:`43908 ` )
2080
+
2076
2081
Deprecated
2077
2082
----------
2078
2083
Original file line number Diff line number Diff line change @@ -211,11 +211,6 @@ Porting to Python 3.11
211
211
(:c:member: `PyTypeObject.tp_traverse `).
212
212
(Contributed by Victor Stinner in :issue: `44263 `.)
213
213
214
- * Types with the :const: `Py_TPFLAGS_IMMUTABLETYPE ` flag set can now implement
215
- the :pep: `590 ` vectorcall protocol. Previously, this was only available for
216
- :ref: `static types <static-types >`.
217
- (Contributed by Erlend E. Aasland in :issue: `43908 `)
218
-
219
214
Deprecated
220
215
----------
221
216
You can’t perform that action at this time.
0 commit comments