[issue20221] #define hypot _hypot conflicts with existing definition

Zachary Ware report at bugs.python.org
Tue Jan 28 19:32:51 CET 2014


Zachary Ware added the comment:

Sorry, I wasn't entirely clear.  By "compile fine", I meant "compiles without warnings, and actually works when you try to use it".  Both math and cmath make use of hypot (as defined in pyconfig.h), but don't have any problems.

They also have no problems with your patch applied, but I don't feel I understand the situation enough yet to move the patch forward.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue20221>
_______________________________________


More information about the Python-bugs-list mailing list