Message399958
Fraction.__int__ = Fraction.__trunc__ may not work because __trunc__() can return any object with __index__, while __int__ should return an exact int (not even an int subclass). |
|
| Date |
User |
Action |
Args |
| 2021-08-20 10:36:25 | serhiy.storchaka | set | recipients:
+ serhiy.storchaka, rhettinger, mark.dickinson, mamrhein, josh.r |
| 2021-08-20 10:36:25 | serhiy.storchaka | set | messageid: <1629455785.47.0.814652208295.issue44547@roundup.psfhosted.org> |
| 2021-08-20 10:36:25 | serhiy.storchaka | link | issue44547 messages |
| 2021-08-20 10:36:25 | serhiy.storchaka | create | |
|