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 rhettinger
Recipients facundobatista, mark.dickinson, rhettinger, serhiy.storchaka, skrah
Date 2016-07-06.17:39:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467826747.11.0.554977503428.issue26974@psf.upfronthosting.co.za>
In-reply-to
Content
My preference is to leave the Python implementation of from_float() as-is.  Pure Python code is not obligated to defend itself against bizarre code.  The C code however is obliged to not segfault.
History
Date User Action Args
2016-07-06 17:39:07rhettingersetrecipients: + rhettinger, facundobatista, mark.dickinson, skrah, serhiy.storchaka
2016-07-06 17:39:07rhettingersetmessageid: <1467826747.11.0.554977503428.issue26974@psf.upfronthosting.co.za>
2016-07-06 17:39:07rhettingerlinkissue26974 messages
2016-07-06 17:39:06rhettingercreate