File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11Pending removal in Python 3.20
22^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
33
4- * The ``cval `` field in :c:type: `PyComplexObject ` (:gh: `128813 `):
4+ * The ``cval `` field in :c:type: `PyComplexObject ` (:gh: `128813 `).
55 Use :c:func: `PyComplex_AsCComplex ` and :c:func: `PyComplex_FromCComplex `
66 to convert a Python complex number to/from the C :c:type: `Py_complex `
77 representation.
Original file line number Diff line number Diff line change @@ -571,7 +571,7 @@ Deprecated C APIs
571571 (Contributed by Serhiy Storchaka in :gh: `132629 `.)
572572
573573* Deprecate :c:member: `~PyComplexObject.cval ` field of the the
574- :c:type: `PyComplexObject ` type:
574+ :c:type: `PyComplexObject ` type.
575575 Use :c:func: `PyComplex_AsCComplex ` and :c:func: `PyComplex_FromCComplex `
576576 to convert a Python complex number to/from the C :c:type: `Py_complex `
577577 representation.
You can’t perform that action at this time.
0 commit comments