]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-85989: Add skip_if_double_rounding to test.support (#150219)
authorSergey B Kirpichev <skirpichev@gmail.com>
Thu, 28 May 2026 11:42:39 +0000 (14:42 +0300)
committerGitHub <noreply@github.com>
Thu, 28 May 2026 11:42:39 +0000 (13:42 +0200)
commitb6bae536efbec937d6f46f9c98029efa70da3bdb
treeeb2dd8ee9509885c660c71c6db776a56bc0fc7ef
parent39bd44fc7091dde09abfdc27af2559c1fb52c17d
gh-85989: Add skip_if_double_rounding to test.support (#150219)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/support/__init__.py
Lib/test/test_builtin.py
Lib/test/test_math.py
Lib/test/test_statistics.py