[issue22464] Speed up fractions implementation

Stefan Behnel report at bugs.python.org
Mon Sep 22 21:23:27 CEST 2014


Stefan Behnel added the comment:

The second isn't a big difference because it only hits plain instantiations from integers. They are less likely to be performance critical than those from a quotient, which happen for all calculations.

It's more for symmetry, I guess.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22464>
_______________________________________


More information about the Python-bugs-list mailing list