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 Michael.Felt, mark.dickinson, vstinner
Date 2020-01-20.13:22:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1579526567.87.0.972115319604.issue39396@roundup.psfhosted.org>
In-reply-to
Content
Checking how Python is linked or checking the libm version sounds overkill to me. "if (x == y)" test is really cheap: I don't expect nextafter() to be used in performance critical code path anyway. That's why I even consider to add this code path on all platforms, not only AIX.

Mark: what's your call on that one? Make the code conditional on AIX? In practice, it seems like only (old libm) AIX nextafter() requires to be "patched".
History
Date User Action Args
2020-01-20 13:22:47vstinnersetrecipients: + vstinner, mark.dickinson, Michael.Felt
2020-01-20 13:22:47vstinnersetmessageid: <1579526567.87.0.972115319604.issue39396@roundup.psfhosted.org>
2020-01-20 13:22:47vstinnerlinkissue39396 messages
2020-01-20 13:22:47vstinnercreate