summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sys_settrace.py
Commit message (Collapse)AuthorAgeFilesLines
* SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno ↵Benjamin Peterson2012-04-181-0/+11
| | | | (closes #14612)
* Enable the only tests for sys.gettraceAmaury Forgeot d'Arc2011-10-051-2/+2
|
* Issue #9315: Renamed test_trace to test_sys_settrace andAlexander Belopolsky2010-07-251-0/+790
test_profilehooks to test_sys_setprofile so that test_trace can be used for testing the trace module and for naming consistency.