This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients David.Edelsohn, Michael.Felt, lemburg, mark.dickinson, rhettinger, stutzbach, vstinner
Date 2021-01-20.10:43:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611139436.33.0.847251017349.issue42323@roundup.psfhosted.org>
In-reply-to
Content
I wrote PR 24265 to fix the issue. math.nextafter(x, y) already had a special case for AIX for x==y.

test_nextafter fails on PPC64 AIX 3.x (build 749).

test_nextafter pass on POWER6 AIX 3.x (build 701).
History
Date User Action Args
2021-01-20 10:43:56vstinnersetrecipients: + vstinner, lemburg, rhettinger, mark.dickinson, stutzbach, David.Edelsohn, Michael.Felt
2021-01-20 10:43:56vstinnersetmessageid: <1611139436.33.0.847251017349.issue42323@roundup.psfhosted.org>
2021-01-20 10:43:56vstinnerlinkissue42323 messages
2021-01-20 10:43:56vstinnercreate