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 juraj.sukop, mark.dickinson, pitrou, python-dev, serhiy.storchaka, skrah, vstinner
Date 2017-01-24.18:14:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485281651.68.0.364924900359.issue29282@psf.upfronthosting.co.za>
In-reply-to
Content
The patch needs tests for the case where a*b overflows and c is infinite (either of the same sign as a*b or not). This combination should never return NaN, but a poor emulation of fma might do so.
History
Date User Action Args
2017-01-24 18:14:11mark.dickinsonsetrecipients: + mark.dickinson, pitrou, vstinner, skrah, python-dev, serhiy.storchaka, juraj.sukop
2017-01-24 18:14:11mark.dickinsonsetmessageid: <1485281651.68.0.364924900359.issue29282@psf.upfronthosting.co.za>
2017-01-24 18:14:11mark.dickinsonlinkissue29282 messages
2017-01-24 18:14:11mark.dickinsoncreate