Files
cpython/Modules/mathmodule.c
Victor Stinner 0837f99d33 bpo-42323: Fix math.nextafter() on AIX (GH-24381)
math_nextafter_impl() must return a Python object, not a C double.
2021-01-29 23:04:50 +01:00

106 KiB