Why would you want to do that?
The function tb_fetch() gives you the traceback object. "Gives you"
is quite literal: it clears the global variable from which it fetches
it and you have to DECREF() the object you get when you're done with
it. To give it back, use tb_store() -- but you still have to DECREF()
it.
--Guido van Rossum, CWI, Amsterdam <Guido.van.Rossum@cwi.nl>
<URL:http://www.cwi.nl/cwi/people/Guido.van.Rossum.html>