Thanks to visit codestin.com
Credit goes to github.com

Skip to content

bpo-45440: Remove pymath.c fallbacks #28977

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 1 commit into from
Oct 15, 2021
Merged

bpo-45440: Remove pymath.c fallbacks #28977

merged 1 commit into from
Oct 15, 2021

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented Oct 15, 2021

Remove fallbacks for missing round(), copysign() and hypot() in
Python/pymath.c. Python now requires these functions to build.

These fallbacks were needed on Visual Studio 2012 and older. They are
no longer needed since Visual Stuido 2013. Python is now built with
Visual Studio 2017 or newer since Python 3.6.

https://bugs.python.org/issue45440

Remove fallbacks for missing round(), copysign() and hypot() in
Python/pymath.c. Python now requires these functions to build.

These fallbacks were needed on Visual Studio 2012 and older. They are
no longer needed since Visual Stuido 2013. Python is now built with
Visual Studio 2017 or newer since Python 3.6.
@vstinner vstinner requested a review from a team as a code owner October 15, 2021 13:10
@vstinner vstinner added the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Oct 15, 2021
@bedevere-bot
Copy link

🤖 New build scheduled with the buildbot fleet by @vstinner for commit a8fb6fd 🤖

If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again.

@bedevere-bot bedevere-bot removed the 🔨 test-with-buildbots Test PR w/ buildbots; report in status section label Oct 15, 2021
@vstinner
Copy link
Member Author

FAIL: buildbot/s390x RHEL7 LTO PR

Unrelated issue: https://bugs.python.org/issue45484

@vstinner
Copy link
Member Author

FAIL: buildbot/x86 Gentoo Installed with X PR

Also unrelated: https://bugs.python.org/issue45436

@vstinner vstinner merged commit 00ffc45 into python:main Oct 15, 2021
@vstinner vstinner deleted the pymath branch October 15, 2021 17:45
@vstinner
Copy link
Member Author

Windows buildbots and other buildbots are happy, I merge my PR ;-) cc @mdickinson

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants