]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix for SF bug # 900092, hotshot.stats.load assertion failure. This patch
authorBarry Warsaw <barry@python.org>
Mon, 15 Aug 2005 17:32:56 +0000 (17:32 +0000)
committerBarry Warsaw <barry@python.org>
Mon, 15 Aug 2005 17:32:56 +0000 (17:32 +0000)
commit190a336331739dff1803b0780b58d58607d903bd
tree210f9ab9d626fd7cbf57b5368db240576df65dc9
parentccb5e4dd6527b19e1bfd1c3247deddaa6b12eddd
Fix for SF bug # 900092, hotshot.stats.load assertion failure.  This patch
restores the tracing of a 'return' event for exceptions that cause a function
to exit.  Also, update the unit test.

I will port to Python 2.5.
Lib/test/test_trace.py
Python/ceval.c