[issue756093] complex pow() crash on Alpha

2009-02-16 Thread Mark Dickinson
Mark Dickinson added the comment: Closing this due to lack of feedback. Ali Polatel's report looks like an entirely separate issue; most likely an alpha libm bug. -- resolution: -> out of date status: pending -> closed ___ Python tracker

[issue756093] complex pow() crash on Alpha

2008-07-20 Thread Mark Dickinson
Changes by Mark Dickinson <[EMAIL PROTECTED]>: -- nosy: +marketdickinson ___ Python tracker <[EMAIL PROTECTED]> ___ ___ Python-bugs-li

[issue756093] complex pow() crash on Alpha

2008-07-20 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Did you get some results? -- nosy: +georg.brandl ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue756093] complex pow() crash on Alpha

2008-05-25 Thread Ali Polatel
Ali Polatel <[EMAIL PROTECTED]> 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_

[issue756093] complex pow() crash on Alpha

2008-01-20 Thread Christian Heimes
Christian Heimes added the comment: Does the error occur with Python 2.6, too? -- components: +Extension Modules -None nosy: +tiran status: open -> pending type: -> crash versions: +Python 2.6 -Python 2.3 Tracker <[EMAIL PROTECTED]>