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 alanh, mark.dickinson
Date 2009-04-28.14:02:11
SpamBayes Score 0.071565956
Marked as misclassified No
Message-id <1240927332.47.0.327290241119.issue5865@psf.upfronthosting.co.za>
In-reply-to
Content
math_log1p should be produced by the line

FUNC1(log1p, log1p, 1, ...

FUNC1 is a macro that (in this instance) creates the math_log1p function.

The original error message that you posted seems to say that it's log1p
that's undeclared, not math_log1p.

It's strange that log1p isn't being picked up.

What's your operating system?
History
Date User Action Args
2009-04-28 14:02:12mark.dickinsonsetrecipients: + mark.dickinson, alanh
2009-04-28 14:02:12mark.dickinsonsetmessageid: <1240927332.47.0.327290241119.issue5865@psf.upfronthosting.co.za>
2009-04-28 14:02:11mark.dickinsonlinkissue5865 messages
2009-04-28 14:02:11mark.dickinsoncreate