]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
statistics.fmean(): speed-up code path for non-sizeable inputs. (gh-119876) 119460/head
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Fri, 31 May 2024 22:08:55 +0000 (17:08 -0500)
committerGitHub <noreply@github.com>
Fri, 31 May 2024 22:08:55 +0000 (17:08 -0500)
commitcc5cd4d93e3e079e897da9ceb1732ef16d79d01b
treef28bd54144251a6a836bc3cd42a5dee13f25bca5
parentd28afd3fa064db10a2eb2a65bba33e8ea77a8fcf
statistics.fmean(): speed-up code path for non-sizeable inputs. (gh-119876)
Lib/statistics.py