[issue43420] Optimize rational arithmetics

Tim Peters report at bugs.python.org
Wed Mar 10 22:55:58 EST 2021


Tim Peters <tim at python.org> added the comment:

Issue 21922 lists several concerns, and best I know they all still apply. As a practical matter, I expect the vast bulk of core Python developers would reject a change that sped large int basic arithmetic by a factor of a billion if it slowed down basic arithmetic on native machine-size ints by even half a percent.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43420>
_______________________________________


More information about the Python-bugs-list mailing list