Skip to content

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.

5 participants