mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
8 lines
293 B
ReStructuredText
8 lines
293 B
ReStructuredText
|
|
Pending removal in Python 3.20
|
||
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
|
||
|
|
* The ``cval`` field in :c:type:`PyComplexObject` (:gh:`128813`).
|
||
|
|
Use :c:func:`PyComplex_AsCComplex` and :c:func:`PyComplex_FromCComplex`
|
||
|
|
to convert a Python complex number to/from the C :c:type:`Py_complex`
|
||
|
|
representation.
|