[Python-bugs-list] [ python-Bugs-775892 ] test_coercion failing on Panther

SourceForge.net noreply@sourceforge.net
Tue, 22 Jul 2003 14:29:40 -0700


Bugs item #775892, was opened at 2003-07-22 17:16
Message generated for change (Comment added) made by tim_one
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=775892&group_id=5470

Category: Macintosh
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Jack Jansen (jackjansen)
Assigned to: Jack Jansen (jackjansen)
Summary: test_coercion failing on Panther

Initial Comment:
Test_coercion is failing on Panther. All the failures have the 
same form: the output is (XXX-0j) in stead of the expected 
(XXX+0j).

----------------------------------------------------------------------

>Comment By: Tim Peters (tim_one)
Date: 2003-07-22 17:29

Message:
Logged In: YES 
user_id=31435

Ignore it -- the sign of a float 0 is more accidental than not.  
If the compiler has a switch to disable generation of fused 
multiply-add instructions, the failure will probably go away.

After 2.3, we should rewrite the test so that "sign of 0" cases 
aren't even tried anymore.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=775892&group_id=5470