Hmm, I hadn't thought of that. How about an option -sN specifying
that only the last N entries of the stack trace should be printed? -s0
should suppress the entire stack trace (including the header line). The
default could be -s30 or something like that. It should also be
settable under program control (e.g. by setting sys.stacktracelimit).
--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>