]> granicus.if.org Git - python/commit
Issue #10337: skip tests of tanh() sign in test_math and test_cmath if tanh()
authorVictor Stinner <victor.stinner@haypocalc.com>
Sun, 7 Nov 2010 14:14:27 +0000 (14:14 +0000)
committerVictor Stinner <victor.stinner@haypocalc.com>
Sun, 7 Nov 2010 14:14:27 +0000 (14:14 +0000)
commitbe3da38e0a84a271c1111f756a1826b786c221ad
tree676f1e7ee7fdf8ff096ffdad7f20d0dba18e6c4c
parent7089a4e127ca88f8eafe904a307e002b48d0ad8d
Issue #10337: skip tests of tanh() sign in test_math and test_cmath if tanh()
doesn't preserve the zero sign (if TANH_PRESERVES_ZERO_SIGN define is 0).
Lib/test/cmath_testcases.txt
Lib/test/test_cmath.py
Lib/test/test_math.py