mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-128813: deprecate cval field of the PyComplexObject struct (#137271)
Co-authored-by: Petr Viktorin <encukou@gmail.com> Co-authored-by: Victor Stinner <vstinner@python.org>
This commit is contained in:
parent
fb1cb00030
commit
9743d069bd
5 changed files with 29 additions and 2 deletions
|
|
@ -1,4 +1,5 @@
|
|||
Functions :c:func:`_Py_c_sum`, :c:func:`_Py_c_diff`, :c:func:`_Py_c_neg`,
|
||||
:c:func:`_Py_c_prod`, :c:func:`_Py_c_quot`, :c:func:`_Py_c_pow` and
|
||||
previously undocumented :c:func:`_Py_c_abs` are :term:`soft deprecated`.
|
||||
:c:func:`_Py_c_prod`, :c:func:`_Py_c_quot`, :c:func:`_Py_c_pow` and previously
|
||||
undocumented :c:func:`_Py_c_abs` are :term:`soft deprecated`. Deprecate also
|
||||
:c:member:`~PyComplexObject.cval` field of the :c:type:`PyComplexObject` type.
|
||||
Patch by Sergey B Kirpichev.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue