]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
(backport) test and fix for buggy handling of exceptions raised by C
authorArmin Rigo <arigo@tunes.org>
Tue, 20 Sep 2005 20:53:24 +0000 (20:53 +0000)
committerArmin Rigo <arigo@tunes.org>
Tue, 20 Sep 2005 20:53:24 +0000 (20:53 +0000)
commitbf8cef4fb938c9d8bfd7351cbc31f6c3c141ebe9
treeb9f77f684fed83778d283e8e1ce76fd3139250b8
parentcb1aea2337527d05a00405833ba53404d6a36fc0
(backport) test and fix for buggy handling of exceptions raised by C
functions, causing the profiler to crash on an AssertionError if the same
Python function catches multiple exceptions from C functions.
Lib/profile.py
Lib/test/test_profile.py