summaryrefslogtreecommitdiff
path: root/test/farm/run/src/showtrace.py
Commit message (Collapse)AuthorAgeFilesLines
* C trace function now roundtrips properly. Fixes #123 and #125.Ned Batchelder2011-04-271-2/+7
|
* The best way to get py3k support: same source runs on both, with some ↵Ned Batchelder2009-09-221-5/+8
| | | | contortions.
* Change how run_timid checks the name of the Tracer class, so that 2.x and ↵Ned Batchelder2009-09-171-1/+1
| | | | 3.x will do it the same.
* Fix a problem with DecoratorTools fiddling with the trace function and ↵Ned Batchelder2009-08-091-0/+15
screwing us up. Now the Python trace function is simpler, with no variability of registered trace function. Fixes bugs #12 and #13.