Re: sys.exc_type etc.

Peter Ho (peter@robots.oxford.ac.uk)
Tue, 3 Mar 92 19:40:31 GMT

I was wondering whether the problem of the nested exceptions could be
handled the way you let the interpreter handles it. Guido says,
(Note that internally in the interpreter, there is no confusion
between exceptions occurring in nested pieces of code -- it keeps them
on its internal stack.)
As you pop this internal stack would it be possible to restore the exeception
type in sys.exc_type?

Just a thought....,
Pete. :-)