10000 bpo-45548: Remove _math.c workarounds for pre-C99 libm by tiran · Pull Request #29179 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-45548: Remove _math.c workarounds for pre-C99 libm #29179

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Oct 25, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Build/2021-10-24-21-49-49.bpo-45548.UWx0UC.rst
Co-authored-by: Mark Dickinson <dickinsm@gmail.com>
  • Loading branch information
tiran and mdickinson authored Oct 25, 2021
commit 0ea173451eea75044fb7e677266ba7c9a8857acc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
The :mod:`math` and :mod:`cmath` implementation now require a C99 compatible
``libm`` and no longer ship with workarounds for missing acosh, asinh,
``libm`` and no longer ship with workarounds for missing acosh, asinh, atanh,
expm1, and log1p functions.
0