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 eryksun
Recipients Drekin, eryksun
Date 2016-06-08.15:26:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465399584.91.0.908124373813.issue27268@psf.upfronthosting.co.za>
In-reply-to
Content
> The message comes from Objects/floatobject.c:183

No, in this case the error is set in PyOS_string_to_double in Python/pystrtod.c, because `fail_pos == s`, and it doesn't get replaced in PyFloat_FromString because `end == last`. The format string in PyOS_string_to_double should probably be "'%.200s'".
History
Date User Action Args
2016-06-08 15:26:24eryksunsetrecipients: + eryksun, Drekin
2016-06-08 15:26:24eryksunsetmessageid: <1465399584.91.0.908124373813.issue27268@psf.upfronthosting.co.za>
2016-06-08 15:26:24eryksunlinkissue27268 messages
2016-06-08 15:26:24eryksuncreate