mirror of
https://github.com/python/cpython.git
synced 2026-05-09 22:20:38 -04:00
b4bd1e1422
Calling int(a) when type(a) implements __trunc__ but not __int__ or __index__ now raises a DeprecationWarning.