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 skrah
Recipients christian.heimes, loewis, pitrou, shihai1991, skrah, tim.peters, vstinner
Date 2019-08-03.10:55:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564829735.07.0.569912495627.issue19692@roundup.psfhosted.org>
In-reply-to
Content
Why would one not abort() in release mode? If the cast is inexact, the results will usually be so wrong that even on a web server a hard exit is preferable.

I don't think the check costs much time with branch prediction.
History
Date User Action Args
2019-08-03 10:55:35skrahsetrecipients: + skrah, tim.peters, loewis, pitrou, vstinner, christian.heimes, shihai1991
2019-08-03 10:55:35skrahsetmessageid: <1564829735.07.0.569912495627.issue19692@roundup.psfhosted.org>
2019-08-03 10:55:35skrahlinkissue19692 messages
2019-08-03 10:55:34skrahcreate