summaryrefslogtreecommitdiff
path: root/coverage/ctracer
Commit message (Collapse)AuthorAgeFilesLines
* If STATS is enabled, all STATS() have to be after declarationsNed Batchelder2015-11-241-1/+1
|
* Possible fix for #445 and #420Ned Batchelder2015-11-211-13/+16
| | | | | The line that seems to break #445 is the import of weakref, even if we never use it. Delaying the import until we need it seems to fix #445.
* Fix a C declarationNed Batchelder2015-11-011-1/+2
|
* whitespace...Ned Batchelder2015-11-011-2/+2
|
* Fix settrace(py_func). #436.Ned Batchelder2015-11-011-8/+33
|
* No more speed penalty for settrace(gettrace()). #397.Ned Batchelder2015-10-031-0/+4
|
* Quiet some C compiler warnings.Ned Batchelder2015-08-302-4/+5
|
* Fix 'filename' to be 'file name' in English.Ned Batchelder2015-08-201-1/+1
|
* Too many things named "arcs". Rename the booleans.Ned Batchelder2015-08-082-3/+3
|
* Windows compiler wants at least one member in a structNed Batchelder2015-08-011-1/+1
|
* This is the right way to share the type objects between .h and .cNed Batchelder2015-08-012-2/+2
|
* Split tracer.c into smaller filesNed Batchelder2015-08-019-388/+468
|
* Move tracer.c into a subdirectory, so we can split it up.Ned Batchelder2015-08-011-0/+1415