◐ Shell
clean mode source ↗

Message 259505 - Python tracker

> Fast patch is already implemented in long_mul(). May be we should just use this function if both arguments are exact int, and apply the switch optimization inside.

Agree.

BTW, what do you think about using __int128 when available?  That way we can also optimize twodigit PyLongs.