[issue756093] complex pow() crash on Alpha

Ali Polatel report at bugs.python.org
Sun May 25 14:52:04 CEST 2008


Ali Polatel <hawking at gentoo.org> added the comment:

Probably related to this. test_pow fails on alpha with both 2.4.4 and 2.5.2.

test test_pow failed -- Traceback (most recent call last):
  File
"/var/tmp/portage/dev-lang/python-2.4.4-r9/work/Python-2.4.4/Lib/test/test_pow.py",
line 109, in test_bug705231
    eq(pow(a, 1.23e167), 1.0)
ValueError: negative number cannot be raised to a fractional power

I'll test with 2.6 and report back.

----------
nosy: +hawking

____________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue756093>
____________________________________


More information about the Python-bugs-list mailing list