Marcel Telka
2024-04-05 a885899322f8424d6d708e5c3143b6c43488446d
1
2
3
4
5
6
7
8
9
10
11
12
13
https://www.illumos.org/issues/15015
 
--- Cython-3.0.10/tests/run/complex_numbers_T305.pyx.orig
+++ Cython-3.0.10/tests/run/complex_numbers_T305.pyx
@@ -93,8 +93,6 @@
     """
     >>> [test_int_pow(complex(0, 1), k, 1e-15) for k in range(-4, 5)]
     [True, True, True, True, True, True, True, True, True]
-    >>> [test_int_pow(complex(0, 2), k, 1e-15) for k in range(-4, 5)]
-    [True, True, True, True, True, True, True, True, True]
     >>> [test_int_pow(complex(2, 0.5), k, 1e-14) for k in range(0, 10)]
     [True, True, True, True, True, True, True, True, True, True]
     >>> test_int_pow(-0.5, 5, tol=1e-15)