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 vstinner
Recipients lemburg, mark.dickinson, stutzbach, tim.peters, vstinner
Date 2019-07-29.23:34:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564443252.9.0.475109832857.issue37474@roundup.psfhosted.org>
In-reply-to
Content
fp_except.c: C program to test for float point exceptions:

* FE_OVERFLOW
* FE_UNDERFLOW
* FE_INVALID

I prefer to avoid testing FE_INEXACT which a test might be too specific to an implementation of the libm.

I also chose to avoid testing FE_DIVBYZERO, since the default behavior is to kill the process with SIGFPE.
History
Date User Action Args
2019-07-29 23:34:12vstinnersetrecipients: + vstinner, lemburg, tim.peters, mark.dickinson, stutzbach
2019-07-29 23:34:12vstinnersetmessageid: <1564443252.9.0.475109832857.issue37474@roundup.psfhosted.org>
2019-07-29 23:34:12vstinnerlinkissue37474 messages
2019-07-29 23:34:12vstinnercreate