Skip to content
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

[3.7] bpo-11566: Extension build errors on Windows for _hypot (GH-11283) #11284

Merged
merged 1 commit into from
Dec 22, 2018

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Dec 22, 2018

This addresses C extension build errors related to an undefined _hypot
symbol when building with the Microsoft Visual C++ Compiler for Python
2.7 [1] or MinGWPy [2]. It also addresses errors when building a C++
extension with MinGWPy and C++11 from cmath, 'error "::hypot' has not
been declared'

[1] https://www.microsoft.com/en-us/download/details.aspx?id=44266
[2] https://mingwpy.github.io/
(cherry picked from commit 87667c5)

Co-authored-by: Matt McCormick matt@mmmccormick.com

https://bugs.python.org/issue11566

This addresses C extension build errors related to an undefined _hypot
symbol when building with the Microsoft Visual C++ Compiler for Python
2.7 [1] or MinGWPy [2]. It also addresses errors when building a C++
extension with MinGWPy and C++11 from cmath, 'error "::hypot' has not
been declared'

[1] https://www.microsoft.com/en-us/download/details.aspx?id=44266
[2] https://mingwpy.github.io/
(cherry picked from commit 87667c5)

Co-authored-by: Matt McCormick <matt@mmmccormick.com>
@miss-islington
Copy link
Contributor Author

@thewtex and @methane: Status check is done, and it's a success ✅ .

@miss-islington miss-islington merged commit c046d6b into python:3.7 Dec 22, 2018
@miss-islington miss-islington deleted the backport-87667c5-3.7 branch December 22, 2018 01:57
@miss-islington
Copy link
Contributor Author

@thewtex and @methane: Status check is done, and it's a success ✅ .

@thewtex
Copy link
Contributor

thewtex commented Dec 22, 2018

@miss-islington thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants