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 mark.dickinson
Recipients Doug.Shea, mark.dickinson, mhenriq
Date 2010-11-22.15:53:07
SpamBayes Score 0.03863326
Marked as misclassified No
Message-id <1290441189.39.0.241465523373.issue9742@psf.upfronthosting.co.za>
In-reply-to
Content
Doug:  thanks.  I think I may just be being stupid here. One thing you might try is replacing the line

  extern double round(double);

in Include/pymath.h, with:

  PyAPI_FUNC(double) round(double);

and see if that helps.
History
Date User Action Args
2010-11-22 15:53:09mark.dickinsonsetrecipients: + mark.dickinson, mhenriq, Doug.Shea
2010-11-22 15:53:09mark.dickinsonsetmessageid: <1290441189.39.0.241465523373.issue9742@psf.upfronthosting.co.za>
2010-11-22 15:53:07mark.dickinsonlinkissue9742 messages
2010-11-22 15:53:07mark.dickinsoncreate