File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -96,10 +96,10 @@ and reccuring issues in the CPython bugtracker (here is an incomplete list:
9696:cpython-issue: `84450 `, :cpython-issue: `85657 `, :cpython-issue: `105027 `,
9797:cpython-issue: `107854 `, :cpython-issue: `112176 `, :cpython-issue: `122615 `) and
9898mathematical libraries in the Python ecosystem (e.g. `numpy/numpy#26310
99- <https://github.com/numpy/numpy/issues/26310> `_ or `mpmath/mpmath#774
100- <https://github.com/mpmath/mpmath/issues/774#issuecomment-2034375377 > `_).
101- Among others, broken `` repr(eval(repr(x))) == repr(x) `` invariant for complex
102- numbers:
99+ <https://github.com/numpy/numpy/issues/26310> `_, `mpmath/mpmath#473
100+ <https://github.com/mpmath/mpmath/issues/473 > `_, ` mpmath/mpmath#774
101+ <https://github.com/mpmath/mpmath/issues/774> `_). Among others, broken
102+ `` repr(eval(repr(x))) == repr(x) `` invariant for complex numbers:
103103
104104.. code :: pycon
105105
You can’t perform that action at this time.
0 commit comments