]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45852: Fix the Counter/iter test for statistics.mode() (GH-29667) (GH-29671)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 21 Nov 2021 00:27:44 +0000 (16:27 -0800)
committerGitHub <noreply@github.com>
Sun, 21 Nov 2021 00:27:44 +0000 (18:27 -0600)
commit9841ac2da5689ff765250c1abdbf5af9d3750519
tree076222ec25f12bbf11f4488ff1a0e4e8aa3ae6a7
parentcf8c8788c904cce68b0ab1d39900483f50983301
bpo-45852:  Fix the Counter/iter test for statistics.mode() (GH-29667) (GH-29671)

Suggested by Stefan Pochmann.
(cherry picked from commit 48744db70ed519c1566c22bf123a0e1f5c69253f)

Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Co-authored-by: Raymond Hettinger <rhettinger@users.noreply.github.com>
Lib/test/test_statistics.py