]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-131032: Add support.linked_to_musl() function (#131071) (#131179)
authorVictor Stinner <vstinner@python.org>
Thu, 13 Mar 2025 09:59:57 +0000 (10:59 +0100)
committerGitHub <noreply@github.com>
Thu, 13 Mar 2025 09:59:57 +0000 (09:59 +0000)
commit050813c026c742f2cbdcfefc3a062d0105e2195c
tree9a2a1574166704533d5862682de68d48259f9414
parent589382bd04e4326c5582d96f71fe93b3d6365d53
[3.13] gh-131032: Add support.linked_to_musl() function (#131071) (#131179)

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.

(cherry picked from commit 68922ace4dabb6635e6d5b51bbe6485ef2e9dad2)
Lib/test/support/__init__.py
Lib/test/test_math.py
Lib/test/test_support.py