]> granicus.if.org Git - python/commit
test and fix for buggy handling of exceptions raised by C functions,
authorArmin Rigo <arigo@tunes.org>
Tue, 20 Sep 2005 18:50:13 +0000 (18:50 +0000)
committerArmin Rigo <arigo@tunes.org>
Tue, 20 Sep 2005 18:50:13 +0000 (18:50 +0000)
commitf87902448753ece981b5df938c070320705e5dec
treec58850543110002296115b770dcf6eefa6b51e23
parent630db60a5533a3267e2cc07047498fad604e3c91
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