[issue25177] OverflowError in statistics.mean when summing large floats

Josh Rosenberg report at bugs.python.org
Mon Oct 19 22:18:41 EDT 2015


Josh Rosenberg added the comment:

Do you have any benchmarks on the before and after? I strongly suspect that moving from float to Fraction-based ratios is going to kill performance in the common case, particularly for longer input sequences, but that's a hunch only.

----------
nosy: +josh.r

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


More information about the Python-bugs-list mailing list