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 mark.dickinson, serhiy.storchaka, tim.peters
Date 2018-03-02.17:28:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520011721.98.0.467229070634.issue32978@psf.upfronthosting.co.za>
In-reply-to
Content
> What if return 80-bit infinities and NaN as 64-bit infinities and NaN and raise an error in the case of finite numbers overflow?

That's certainly reasonable from a pure floating-point-conversion perspective: it's exactly what I'd expect a general purpose extended-precision to double-precision converter to do.
History
Date User Action Args
2018-03-02 17:28:42mark.dickinsonsetrecipients: + mark.dickinson, tim.peters, serhiy.storchaka
2018-03-02 17:28:41mark.dickinsonsetmessageid: <1520011721.98.0.467229070634.issue32978@psf.upfronthosting.co.za>
2018-03-02 17:28:41mark.dickinsonlinkissue32978 messages
2018-03-02 17:28:41mark.dickinsoncreate