Re: [pypy-svn] r15225 - in pypy/dist/pypy: module/math rpython rpython/module

Hi Anders, On Thu, Jul 28, 2005 at 10:56 +0200, ale@codespeak.net wrote:
we should try to add tests when adding new external function implementations. Otherwise we get frustrating errors in translation after running for >10 minutes.
'log' actually takes two arguments (see pypy/module/math/interp_math.py or plain python's math.log). On a related note, ll-external function implementations cannot have default arguments. cheers, holger

On Thu, Jul 28, 2005 at 14:03 +0200, holger krekel wrote:
Actually (i just got to know) that the C backend's log() only takes one argument so Carl Friedrich just fixed the invocation from the pypy/module/math module and now the two signatures match. holger

On Thu, Jul 28, 2005 at 14:03 +0200, holger krekel wrote:
Actually (i just got to know) that the C backend's log() only takes one argument so Carl Friedrich just fixed the invocation from the pypy/module/math module and now the two signatures match. holger
participants (2)
-
holger krekel
-
hpk@trillke.net