]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42323: Fix math.nextafter() on AIX (GH-24381)
authorVictor Stinner <vstinner@python.org>
Fri, 29 Jan 2021 22:04:50 +0000 (23:04 +0100)
committerGitHub <noreply@github.com>
Fri, 29 Jan 2021 22:04:50 +0000 (23:04 +0100)
commit0837f99d3367ecf200033bbddfa05d061ae9f483
tree5c0342bb70cedb71dc8b7f5e958752b03eeb6466
parent62949f697fdefbf0c8bbba7a8354b9376afa35ba
bpo-42323: Fix math.nextafter() on AIX (GH-24381)

math_nextafter_impl() must return a Python object, not a C double.
Modules/mathmodule.c