]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-39396: Fix math.nextafter(-0.0, +0.0) on AIX 7.1 (GH-18094)
authorVictor Stinner <vstinner@python.org>
Tue, 21 Jan 2020 10:14:10 +0000 (11:14 +0100)
committerGitHub <noreply@github.com>
Tue, 21 Jan 2020 10:14:10 +0000 (11:14 +0100)
commit85ead4fc62829cb7ef2eb0af1a2933282f58c629
tree06cb54b4f26b0f8131868cd76a60500889e692dd
parentec64640a2c5236d7a5d5470d759172a3d93eab0b
bpo-39396: Fix math.nextafter(-0.0, +0.0) on AIX 7.1 (GH-18094)

Move also math.nextafter() on math.ulp() tests from IsCloseTests to
MathTests.
Lib/test/test_math.py
Misc/NEWS.d/next/Library/2020-01-21-09-00-42.bpo-39396.6UXQXE.rst [new file with mode: 0644]
Modules/mathmodule.c