Dong-hee Na <[email protected]> added the comment: 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? ---------- nosy: +corona10, serhiy.storchaka _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue33296> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
