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 Thanh Ly, amaury.forgeotdarc, mark.dickinson, terry.reedy
Date 2011-06-06.19:51:01
SpamBayes Score 5.3401937e-08
Marked as misclassified No
Message-id <1307389861.74.0.374212174713.issue12232@psf.upfronthosting.co.za>
In-reply-to
Content
> Is it possible that the problem is related to floating point exceptions?

Hmm.  It's possible, but it's still a bit surprising that the crash occurs at import time rather than when calling one of the cmath functions.  But it's very possible that there are some missing PyFPE_START_PROTECT macros in the cmath source.

BTW, if the problem *is* in cmath, it's likely to also occur with Python 2.7:  that module changed very little between 2.6 and 2.7.
History
Date User Action Args
2011-06-06 19:51:01mark.dickinsonsetrecipients: + mark.dickinson, terry.reedy, amaury.forgeotdarc, Thanh Ly
2011-06-06 19:51:01mark.dickinsonsetmessageid: <1307389861.74.0.374212174713.issue12232@psf.upfronthosting.co.za>
2011-06-06 19:51:01mark.dickinsonlinkissue12232 messages
2011-06-06 19:51:01mark.dickinsoncreate