bpo-26121: Use C library implementation for math functions:#515
bpo-26121: Use C library implementation for math functions:#515mdickinson merged 6 commits intopython:masterfrom
Conversation
tgamma(), lgamma(), erf() and erfc().
|
@serhiy-storchaka, thanks for your PR! By analyzing the history of the files in this pull request, we identified @rhettinger, @mdickinson, @tiran, @benjaminp and @tim-one to be potential reviewers. |
mdickinson
left a comment
There was a problem hiding this comment.
I'm happy for this to be merged, provided that that merge is reverted if we encounter related issues on the buildbots.
Hmm, sorry. I take that back. After trying this branch on my own machine (OS X 10.9.5), I get the results below. The situation may have improved with more recent OS X releases, but I'd be mildly surprised if that were true. It looks as though at least using lgamma / tgamma on OS X should be avoided. |
Whoops; I forgot which laptop I was working on. The OS is OS X 10.10.5. |
…6121-math-libc-funcs
…bpo-26121-math-libc-funcs
|
Okay, let's give it a go and see what happens. But if the buildbots show issues with |
Bumps [pytest-aiohttp](https://github.com/aio-libs/pytest-aiohttp) from 0.3.0 to 1.0.3. - [Release notes](https://github.com/aio-libs/pytest-aiohttp/releases) - [Changelog](https://github.com/aio-libs/pytest-aiohttp/blob/master/CHANGES.rst) - [Commits](aio-libs/pytest-aiohttp@v0.3.0...v1.0.3) --- updated-dependencies: - dependency-name: pytest-aiohttp dependency-type: direct:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
tgamma(), lgamma(), erf() and erfc().