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
_______________________________________________
[email protected]
http://codespeak.net/mailman/listinfo/pypy-dev