]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
call_trace(): A fix for PR#73, if an exception occurred in the
authorBarry Warsaw <barry@python.org>
Wed, 8 Sep 1999 16:26:33 +0000 (16:26 +0000)
committerBarry Warsaw <barry@python.org>
Wed, 8 Sep 1999 16:26:33 +0000 (16:26 +0000)
commitf6202635f9fd0fc55308e15600adfe3d1bc1e97f
treebaa45349810c1982b341a5dd7a4d518237f626ab
parent71eb8644d7e27fd379a2cf78c509155bdb179332
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.
Python/ceval.c