[pypy-dev] math.log0 / interactive shell

Christian Tismer tismer at stackless.com
Mon Aug 15 02:50:44 CEST 2005


Just a funny observation:

in interpreted PyPy,

    math.log10(1L << 10000)

works just fine.
In compiled PyPy, I get an overflow error.

Can this be related to some Exception problems?

Other problem:

When the compiled pypy shell starts, and any exception
occours, it takes about 10 minutes(!) until you get
the exception.
After that, it is as low or fast as other command prompts.

This was one reason why I looked into geninterp and gateway,
becasue I expected that something would be compiled late,
but I didn't find it. Which doesn't mean anything :-)

ciao - chris
-- 
Christian Tismer             :^)   <mailto:tismer at stackless.com>
tismerysoft GmbH             :     Have a break! Take a ride on Python's
Johannes-Niemeyer-Weg 9A     :    *Starship* http://starship.python.net/
14109 Berlin                 :     PGP key -> http://wwwkeys.pgp.net/
work +49 30 802 86 56  mobile +49 173 24 18 776  fax +49 30 80 90 57 05
PGP 0x57F3BF04       9064 F4E1 D754 C2FF 1619  305B C09C 5A3B 57F3 BF04
      whom do you want to sponsor today?   http://www.stackless.com/




More information about the Pypy-dev mailing list