Skip to content

Commit 028e8b1

Browse files
committed
address review: delay removal to 3.20
1 parent 11746aa commit 028e8b1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Doc/c-api/complex.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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`).

Doc/deprecations/index.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)