Python 3.11 deprecated delegation of the int() built-in to __trunc__ (see issue #89140). I haven't seen any evidence of problems arising from that deprecation, and I think it's now safe to remove that delegation for Python 3.14.
Linked PRs
Reactions are currently unavailable
Python 3.11 deprecated delegation of the int() built-in to __trunc__ (see issue #89140). I haven't seen any evidence of problems arising from that deprecation, and I think it's now safe to remove that delegation for Python 3.14.
Linked PRs