]> granicus.if.org Git - python/commit
Factor out the protect-from-exceptions helpers and make capture_events()
authorFred Drake <fdrake@acm.org>
Tue, 25 Sep 2001 20:48:14 +0000 (20:48 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 25 Sep 2001 20:48:14 +0000 (20:48 +0000)
commitcc91ac09efa5dc269ac1d8c55ffd64f1a6812870
tree806e50e8083e5e3577374f1c806c560e1d933a54
parent8dee809410e2d433bb0be5d8a1699736b90db0b5
Factor out the protect-from-exceptions helpers and make capture_events()
use it.  This simplifies the individual tests a little.

Added some new tests related to exception handling.
Lib/test/test_profilehooks.py