]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-131032: Add support.linked_to_musl() function (#131071)
authorVictor Stinner <vstinner@python.org>
Thu, 13 Mar 2025 09:33:46 +0000 (10:33 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Mar 2025 09:33:46 +0000 (10:33 +0100)
commit68922ace4dabb6635e6d5b51bbe6485ef2e9dad2
treee8c8645b13f5505783d9218062bd6b15ca5d44a0
parent2ed671b5e3a64183ed2af220dd37c6b5182f52d3
gh-131032: Add support.linked_to_musl() function (#131071)

Skip test_math.test_fma_zero_result() if Python is linked to the musl
C library.
Lib/test/support/__init__.py
Lib/test/test_math.py
Lib/test/test_support.py