]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-136006: fix `Py_NAN` expansion on Solaris systems (#136575)
authorBénédikt Tran <10796600+picnixz@users.noreply.github.com>
Wed, 10 Sep 2025 09:11:04 +0000 (11:11 +0200)
committerGitHub <noreply@github.com>
Wed, 10 Sep 2025 09:11:04 +0000 (11:11 +0200)
commitd54b1091d43b9d8f0da0ba081565bccca3f138fd
tree6c6bbd7d1b17959ad0ca926753ebc3a74334f15f
parentb9c50b4988b2bbd429b79e6b5aca94032b9dbe43
gh-136006: fix `Py_NAN` expansion on Solaris systems (#136575)

On Solaris, `Py_NAN` may expand as a function address instead of a floating-point number.
This amends commit 7a3b03509e5e3e72d8c47137579cccb52548a318.
Include/pymath.h
Misc/NEWS.d/next/C_API/2025-07-08-22-07-54.gh-issue-136006.XRU5w4.rst [new file with mode: 0644]