commit | 0837f99d3367ecf200033bbddfa05d061ae9f483 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Fri Jan 29 23:04:50 2021 +0100 |
committer | GitHub <noreply@github.com> | Fri Jan 29 23:04:50 2021 +0100 |
tree | 5c0342bb70cedb71dc8b7f5e958752b03eeb6466 | |
parent | 62949f697fdefbf0c8bbba7a8354b9376afa35ba [diff] |
bpo-42323: Fix math.nextafter() on AIX (GH-24381) math_nextafter_impl() must return a Python object, not a C double.