Sébastien Sablé <sa...@users.sourceforge.net> added the comment: Here is the result after applying that patch:
====================================================================== FAIL: test_specific_values (__main__.CMathTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "Lib/test/test_cmath.py", line 380, in test_specific_values msg=error_message) File "Lib/test/test_cmath.py", line 128, in rAssertAlmostEqual 'got {!r}'.format(a, b)) AssertionError: atanh0225: atanh(complex(-0.0, 5.6067e-320)) Expected: complex(-0.0, 5.6067e-320) Received: complex(0.0, 5.6067e-320) Received value insufficiently close to expected value. ---------------------------------------------------------------------- Ran 16 tests in 0.081s FAILED (failures=1, skipped=2) ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue9920> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com