Steven D'Aprano <[email protected]> added the comment:
> def fmean(seq: Sequence[float]) -> float: > return math.fsum(seq) / len(seq) Is it intentional that this doesn't support iterators? ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue35904> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
