commit | 85ead4fc62829cb7ef2eb0af1a2933282f58c629 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Tue Jan 21 11:14:10 2020 +0100 |
committer | GitHub <noreply@github.com> | Tue Jan 21 11:14:10 2020 +0100 |
tree | 06cb54b4f26b0f8131868cd76a60500889e692dd | |
parent | ec64640a2c5236d7a5d5470d759172a3d93eab0b [diff] |
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.