We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 028e8b1 commit a923733Copy full SHA for a923733
Doc/c-api/complex.rst
@@ -123,9 +123,10 @@ Complex Numbers as Python Objects
123
The complex number value, using the C :c:type:`Py_complex` representation.
124
125
.. deprecated-removed:: next 3.20
126
- Use instead :c:func:`PyComplex_AsCComplex` and
127
- :c:func:`PyComplex_FromCComplex` to access/set a Python complex
128
- number, using the C :c:type:`Py_complex` representation.
+ Use :c:func:`PyComplex_AsCComplex` and
+ :c:func:`PyComplex_FromCComplex` to convert a
+ Python complex number to/from the C :c:type:`Py_complex`
129
+ representation.
130
131
132
.. c:var:: PyTypeObject PyComplex_Type
0 commit comments