[Python-3000] Exception re-raising woes

Antoine Pitrou solipsis at pitrou.net
Fri May 30 21:02:43 CEST 2008


Adam Olsen <rhamph <at> gmail.com> writes:
> 
> Just to be clear, you'll remove PyFrameObject's
> f_exc_{type,value,traceback},

Yes.

> and rely exclusively on sys.exc_info(),
> right?

More exactly, tstate->exc_* will continue storing the current state, and 
sys.exc_info() will continue relying on these values.

regards

Antoine.




More information about the Python-3000 mailing list