Message316209
| Author | corona10 |
|---|---|
| Recipients | anglister, corona10, serhiy.storchaka |
| Date | 2018-05-05.13:24:37 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1525526677.67.0.682650639539.issue33296@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Looks like this issue is related with bpo-23607. Since a decimal object is failed on PyFloat_Check(obj) of _PyTime_ObjectToDenominator, This regression bug is happened due to no chance to get float value from a Decimal object. https://bugs.python.org/issue23607 @serhiy.storchaka What do you think? |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-05 13:24:37 | corona10 | set | recipients: + corona10, serhiy.storchaka, anglister |
| 2018-05-05 13:24:37 | corona10 | set | messageid: <1525526677.67.0.682650639539.issue33296@psf.upfronthosting.co.za> |
| 2018-05-05 13:24:37 | corona10 | link | issue33296 messages |
| 2018-05-05 13:24:37 | corona10 | create | |