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 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:37corona10setrecipients: + corona10, serhiy.storchaka, anglister
2018-05-05 13:24:37corona10setmessageid: <1525526677.67.0.682650639539.issue33296@psf.upfronthosting.co.za>
2018-05-05 13:24:37corona10linkissue33296 messages
2018-05-05 13:24:37corona10create