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.14:20:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1611152427.04.0.416132287144.issue42323@roundup.psfhosted.org>
In-reply-to
Content
New changeset c1c3493fb7a3af8efdc50175e592d29e8cb93886 by Victor Stinner in branch 'master':
bpo-42323: Fix math.nextafter() for NaN on AIX (GH-24265)
https://github.com/python/cpython/commit/c1c3493fb7a3af8efdc50175e592d29e8cb93886
History
Date User Action Args
2021-01-20 14:20:27vstinnersetrecipients: + vstinner, lemburg, rhettinger, mark.dickinson, stutzbach, David.Edelsohn, Michael.Felt
2021-01-20 14:20:27vstinnersetmessageid: <1611152427.04.0.416132287144.issue42323@roundup.psfhosted.org>
2021-01-20 14:20:27vstinnerlinkissue42323 messages
2021-01-20 14:20:27vstinnercreate