Marcel Telka
2024-04-05 a885899322f8424d6d708e5c3143b6c43488446d
1
2
3
4
5
6
7
8
9
10
11
12
13
https://github.com/cython/cython/issues/5599
 
--- Cython-3.0.10/tests/run/cpp_stl_cmath_cpp17.pyx.orig
+++ Cython-3.0.10/tests/run/cpp_stl_cmath_cpp17.pyx
@@ -8,8 +8,6 @@
     Test C++17 std::beta function
     >>> test_beta(1.0, 1.0)
     1.0
-    >>> test_beta(1.0, 2.0)
-    0.5
     """
     return beta(x, y)