https://github.com/python/cpython
Revision 87667c54c6650751c5d7bf7b9e465c8c4af45f71 authored by Matt McCormick on 22 December 2018, 01:37:59 UTC, committed by INADA Naoki on 22 December 2018, 01:37:59 UTC
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/
1 parent 6ded898
History
Tip revision: 87667c54c6650751c5d7bf7b9e465c8c4af45f71 authored by Matt McCormick on 22 December 2018, 01:37:59 UTC
bpo-11566: Extension build errors on Windows for _hypot (GH-11283)
Tip revision: 87667c5
File Mode Size
.azure-pipelines
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
m4
.gitattributes -rw-r--r-- 1.6 KB
.gitignore -rw-r--r-- 1.6 KB
.travis.yml -rw-r--r-- 7.9 KB
CODE_OF_CONDUCT.md -rw-r--r-- 609 bytes
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 63.1 KB
README.rst -rw-r--r-- 9.8 KB
aclocal.m4 -rw-r--r-- 10.7 KB
config.guess -rwxr-xr-x 43.1 KB
config.sub -rwxr-xr-x 35.4 KB
configure -rwxr-xr-x 483.6 KB
configure.ac -rw-r--r-- 158.8 KB
install-sh -rwxr-xr-x 15.0 KB
pyconfig.h.in -rw-r--r-- 42.6 KB
setup.py -rw-r--r-- 99.2 KB

README.rst

back to top