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:56:32
SpamBayes Score 0.0068477285
Marked as misclassified No
Message-id <1307390193.54.0.895385044013.issue12232@psf.upfronthosting.co.za>
In-reply-to
Content
Looking at the cmath source, I'd be a bit suspicious that either the Py_NAN or the Py_HUGE_VAL macro (or both) is triggering an FPE.  Both those values are used during module initialization.
History
Date User Action Args
2011-06-06 19:56:33mark.dickinsonsetrecipients: + mark.dickinson, terry.reedy, amaury.forgeotdarc, Thanh Ly
2011-06-06 19:56:33mark.dickinsonsetmessageid: <1307390193.54.0.895385044013.issue12232@psf.upfronthosting.co.za>
2011-06-06 19:56:32mark.dickinsonlinkissue12232 messages
2011-06-06 19:56:32mark.dickinsoncreate