Skip to content

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