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 stark
Recipients mark.dickinson, r.david.murray, skrah, stark, tim.peters
Date 2016-07-04.23:32:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467675165.27.0.13088255106.issue27444@psf.upfronthosting.co.za>
In-reply-to
Content
Well I was able to minimize the actual cause:

$ /usr/pkg/bin/python -c 1e300*1e300
[1]   Floating point exception /usr/pkg/bin/python -c 1e300*1e300

I noticed that the constant folding arithmetic is protected by "PyFPE_START_PROTECT" macros so I wonder... should I be configuring with --with-fpectl? (Or should it be on unconditionally if it's required to function properly on a given architecture?)
History
Date User Action Args
2016-07-04 23:32:45starksetrecipients: + stark, tim.peters, mark.dickinson, r.david.murray, skrah
2016-07-04 23:32:45starksetmessageid: <1467675165.27.0.13088255106.issue27444@psf.upfronthosting.co.za>
2016-07-04 23:32:45starklinkissue27444 messages
2016-07-04 23:32:45starkcreate