[issue9920] test_cmath on atan fails on AIX

Sébastien Sablé report at bugs.python.org
Thu Sep 23 11:15:48 CEST 2010


Sébastien Sablé <sable at users.sourceforge.net> added the comment:

Thanks for the quick reply Mark.

I tried with pydebug and got the same error.

Here is the trace for your last question:

Python 3.2a2+ (py3k:84969M, Sep 23 2010, 10:55:24) [C] on aix6
Type "help", "copyright", "credits" or "license" for more information.
>>> from cmath import tanh
[52276 refs]
>>> tanh(complex(-0.0, 0.0))
(-0+0j)
[52281 refs]

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue9920>
_______________________________________


More information about the Python-bugs-list mailing list