summaryrefslogtreecommitdiff
path: root/coverage/tracer.c
Commit message (Collapse)AuthorAgeFilesLines
* A technicality: if should_trace returned a non-string, it would leak.Ned Batchelder2009-04-051-3/+11
|
* No need to incref None, and we can use tuple operations w/o error checking.Ned Batchelder2009-04-051-3/+2
|
* Remove debug printf of calls to should_trace: it's only called when I ↵Ned Batchelder2009-04-051-5/+0
| | | | thought it was being called.
* Use a finally clause to ensure that coverage measurement is stopped no ↵Ned Batchelder2009-04-041-0/+13
| | | | matter how the main program terminates.
* Initial coverage.py 3.0 beta 1Ned Batchelder2009-03-051-0/+211