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. _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com