]> granicus.if.org Git - python/commit
Change the sense of a test in how the profiler interprets exception events.
authorFred Drake <fdrake@acm.org>
Thu, 27 Sep 2001 16:28:42 +0000 (16:28 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 27 Sep 2001 16:28:42 +0000 (16:28 +0000)
commit5a28bfbbc7707b6820b3ecf31589d04ee9120da5
treefdcee8cf16bac4a49f6ec81d2bf10417fd1252cc
parent30bff63958c4aaa867aef686c4d1520c99d4f13d
Change the sense of a test in how the profiler interprets exception events.
This should fix a bug in how time is allocated during exception propogation
(esp. in the presence of finally clauses).
Lib/profile.py