Kay Hayen added the comment: This also affects Python2.7.12 on Windows with latest MinGW. I think something similar needs to be added for GCC version check:
/* VS 2010 and above already defines hypot as _hypot */ #if _MSC_VER < 1600 #define hypot _hypot #endif Not sure which gcc version first had that, but 6.1 definitely does. Yours, Kay ---------- nosy: +Kay.Hayen _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue11566> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com