commit | f6202635f9fd0fc55308e15600adfe3d1bc1e97f | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Wed Sep 08 16:26:33 1999 +0000 |
committer | Barry Warsaw <barry@python.org> | Wed Sep 08 16:26:33 1999 +0000 |
tree | baa45349810c1982b341a5dd7a4d518237f626ab | |
parent | 71eb8644d7e27fd379a2cf78c509155bdb179332 [diff] |
call_trace(): A fix for PR#73, if an exception occurred in the tracefunc (or profilefunc -- we're not sure which), zap the global trace and profile funcs so that we can't get into recursive loop when instantiating the resulting class based exception.