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 mark.dickinson, mhenriq
Date 2010-09-02.19:48:13
SpamBayes Score 5.3508458e-08
Marked as misclassified No
Message-id <1283456896.5.0.196357169036.issue9742@psf.upfronthosting.co.za>
In-reply-to
Content
Ah.  Reading your second message more closely, you're presumably getting a 'no' there.  Could you double check that 'HAVE_ROUND' is not defined in pyconfig.h?

In that case, what's supposed to happen is that there's a substitute 'round' function defined in Python/pymath.c that gets used.  That's clearly working okay in the Python core, since it looks like your build doesn't fail until you get to the module build stage, and 'round' is used in Objects/floatobject.c in the core.

But I'm guessing that for some reason your Python executable isn't exporting that 'round' symbol that's defined in pymath.c.  I'm not sure why that would be.
History
Date User Action Args
2010-09-02 19:48:16mark.dickinsonsetrecipients: + mark.dickinson, mhenriq
2010-09-02 19:48:16mark.dickinsonsetmessageid: <1283456896.5.0.196357169036.issue9742@psf.upfronthosting.co.za>
2010-09-02 19:48:14mark.dickinsonlinkissue9742 messages
2010-09-02 19:48:13mark.dickinsoncreate