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 6fd0b44 commit dde16f1Copy full SHA for dde16f1
Doc/c-api/complex.rst
@@ -123,6 +123,9 @@ Complex Numbers as Python Objects
123
The complex number value, using the C :c:type:`Py_complex` representation.
124
125
.. deprecated-removed:: next 3.17
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.
129
130
131
.. c:var:: PyTypeObject PyComplex_Type
0 commit comments