]> granicus.if.org Git - python/commit
Enable tracing of multi-threaded applications.
authorJeremy Hylton <jeremy@alum.mit.edu>
Thu, 26 Jun 2003 14:56:17 +0000 (14:56 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Thu, 26 Jun 2003 14:56:17 +0000 (14:56 +0000)
commit546e34b654b03333cee0ba968c9f856a9b0b28d1
tree9e189e68db7ff053dfcdeb632f830e1187d7db30
parent28b5bb33ea8640b6ee1e67b4af7b36b81a7d2659
Enable tracing of multi-threaded applications.

Fix bug in computation of coverage percentage: Only count a line if it
was executed or if we print the >>>>>> marker.
Lib/trace.py