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 pablogsal
Recipients mark.dickinson, pablogsal, rhettinger, steven.daprano
Date 2019-08-26.03:23:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566789834.14.0.624000974993.issue37946@roundup.psfhosted.org>
In-reply-to
Content
> If they are provided by the C lib, I would love to see them exposed by Python.

Check PR 15497 for an initial version of exposing the libm functions if they are available.

> I don't know if they should be treated as optional/platform dependent, or if we should provide an independent implementation.

Even if we want to provide an independent implementation, I would suggest to separate the two steps and starting to expose the underliying ones if they are available.
History
Date User Action Args
2019-08-26 03:23:54pablogsalsetrecipients: + pablogsal, rhettinger, mark.dickinson, steven.daprano
2019-08-26 03:23:54pablogsalsetmessageid: <1566789834.14.0.624000974993.issue37946@roundup.psfhosted.org>
2019-08-26 03:23:54pablogsallinkissue37946 messages
2019-08-26 03:23:54pablogsalcreate