summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_sys_setprofile.py
Commit message (Collapse)AuthorAgeFilesLines
* PEP 479: Use the return-keyword instead of raising StopIteration inside a ↵Raymond Hettinger2014-11-231-1/+0
| | | | generators.
* use assertion methodsBenjamin Peterson2010-10-171-2/+2
|
* disable the garbage collector while collecting traces, so that __del__s ↵Benjamin Peterson2010-10-171-3/+12
| | | | don't get caught
* remove rather pointless testBenjamin Peterson2010-10-171-8/+0
|
* Issue #9315: Renamed test_trace to test_sys_settrace andAlexander Belopolsky2010-07-251-0/+385
test_profilehooks to test_sys_setprofile so that test_trace can be used for testing the trace module and for naming consistency.