File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ Complex Numbers as Python Objects
122122
123123 The complex number value, using the C :c:type:`Py_complex` representation.
124124
125- .. deprecated-removed:: next 3.17
125+ .. deprecated-removed:: next 3.20
126126 Use instead :c:func:`PyComplex_AsCComplex` and
127127 :c:func:`PyComplex_FromCComplex` to access/set a Python complex
128128 number, using the C :c:type:`Py_complex` representation.
Original file line number Diff line number Diff line change 1- Pending removal in Python 3.17
1+ Pending removal in Python 3.20
22^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
33
44* The ``cval `` field in :c:type: `PyComplexObject ` (:gh: `128813 `).
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ C API deprecations
1616
1717.. include :: c-api-pending-removal-in-3.15.rst
1818
19- .. include :: c-api-pending-removal-in-3.17.rst
20-
2119.. include :: c-api-pending-removal-in-3.18.rst
2220
21+ .. include :: c-api-pending-removal-in-3.20.rst
22+
2323.. include :: c-api-pending-removal-in-future.rst
You can’t perform that action at this time.
0 commit comments