Message333547
Deriving __int__ from __float__ wouldn't be the right answer, as that can easily lead to unwanted OverflowError exceptions and other issues.
However, Jeroen's suggested order of checking __index__ then __float__ then __int__ in _PyTime_FromObject makes sense to me, as that addresses Victor's desire to use the most precise conversion available. |
|
| Date |
User |
Action |
Args |
| 2019-01-13 07:50:31 | ncoghlan | set | recipients:
+ ncoghlan, vstinner, jdemeyer, remi.lapeyre, AVINASH MISHRA |
| 2019-01-13 07:50:30 | ncoghlan | set | messageid: <[email protected]> |
| 2019-01-13 07:50:30 | ncoghlan | link | issue35707 messages |
| 2019-01-13 07:50:30 | ncoghlan | create | |
|