This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark.dickinson
Recipients MrJean1, mark.dickinson, terry.reedy
Date 2008-06-28.17:26:14
SpamBayes Score 0.0003441176
Marked as misclassified No
Message-id <1214673976.37.0.266619460014.issue3168@psf.upfronthosting.co.za>
In-reply-to
Content
This looks a lot like a compiler bug, then.  Do you agree?

I guess the next step would be to try to extract a smallest failing 
example from the Python code, and report the bug to Sun.  It might first
be interesting to insert some printfs in cmath_log to see where things 
go wrong (cmath_log does 2 log computations and a complex division; any 
of these 3 operations might be doing something strange.  Of course, it's 
always possible that the compiler bug goes away when the printfs are 
added.)

But at this point I'm going to claim that this bug isn't Python's fault, 
and suggest that this issue should be closed.
History
Date User Action Args
2008-06-28 17:26:16mark.dickinsonsetspambayes_score: 0.000344118 -> 0.0003441176
recipients: + mark.dickinson, terry.reedy, MrJean1
2008-06-28 17:26:16mark.dickinsonsetspambayes_score: 0.000344118 -> 0.000344118
messageid: <1214673976.37.0.266619460014.issue3168@psf.upfronthosting.co.za>
2008-06-28 17:26:14mark.dickinsonlinkissue3168 messages
2008-06-28 17:26:14mark.dickinsoncreate