summaryrefslogtreecommitdiff
path: root/coverage/tracer.c
Commit message (Expand)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 thought...Ned Batchelder2009-04-051-5/+0
* Use a finally clause to ensure that coverage measurement is stopped no matter...Ned Batchelder2009-04-041-0/+13
* Initial coverage.py 3.0 beta 1Ned Batchelder2009-03-051-0/+211