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 mark.dickinson, skip.montanaro
Date 2008-12-03.21:07:57
SpamBayes Score 5.355308e-05
Marked as misclassified No
Message-id <1228338479.18.0.72397315687.issue4506@psf.upfronthosting.co.za>
In-reply-to
Content
I think you brought up the math and cmath errors before, and I never 
managed to get to the bottom of the problem.  I'll have another go.

I don't think the (c)math test failures should be regarded as terribly 
serious, though;  the tests are quite ridiculously strict.

Could you please tell me what

cmath.exp(complex(710.0, 1.5))

actually returns, if it doesn't raise OverflowError?

(Don't know nuffin about posix and subprocess.)
History
Date User Action Args
2008-12-03 21:07:59mark.dickinsonsetrecipients: + mark.dickinson, skip.montanaro
2008-12-03 21:07:59mark.dickinsonsetmessageid: <1228338479.18.0.72397315687.issue4506@psf.upfronthosting.co.za>
2008-12-03 21:07:58mark.dickinsonlinkissue4506 messages
2008-12-03 21:07:57mark.dickinsoncreate