Message267864
| 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:24 | eryksun | set | recipients: + eryksun, Drekin |
| 2016-06-08 15:26:24 | eryksun | set | messageid: <1465399584.91.0.908124373813.issue27268@psf.upfronthosting.co.za> |
| 2016-06-08 15:26:24 | eryksun | link | issue27268 messages |
| 2016-06-08 15:26:24 | eryksun | create | |