[pypy-dev] math.log0 / interactive shell
holger krekel
hpk at trillke.net
Mon Aug 15 10:07:49 CEST 2005
On Mon, Aug 15, 2005 at 02:50 +0200, Christian Tismer wrote:
> When the compiled pypy shell starts, and any exception
> occours, it takes about 10 minutes(!) until you get
> the exception.
probably because the (applevel) compiler has to
deal with importing traceback at applevel and then
running the traceback printing logic (possibly
involving reading files which again live at applevel).
So maybe it's not too suprising?
cheers,
holger
More information about the Pypy-dev
mailing list