This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zach.ware
Recipients Brecht.Van.Lommel, mark.dickinson, tabrezm, zach.ware
Date 2014-01-28.18:32:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390933971.14.0.909031622896.issue20221@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2014-01-28 18:32:51zach.waresetrecipients: + zach.ware, mark.dickinson, Brecht.Van.Lommel, tabrezm
2014-01-28 18:32:51zach.waresetmessageid: <1390933971.14.0.909031622896.issue20221@psf.upfronthosting.co.za>
2014-01-28 18:32:51zach.warelinkissue20221 messages
2014-01-28 18:32:51zach.warecreate