speed up Python long integer operations in Python 2.7
This it less important than in Py3 as most optimisable cases are already covered by PyInt, but long objects might still pop up arbitrarily in Py2, so it might be worth it.
Showing
Please register or sign in to comment