summaryrefslogtreecommitdiff
path: root/Lib/test/test_sys_settrace.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #20041: Fixed TypeError when frame.f_trace is set to None.Serhiy Storchaka2016-06-041-2/+2
|\
| * Replace noop constant statement with expressionVictor Stinner2016-02-081-2/+2
* | Issue #20041: Fixed TypeError when frame.f_trace is set to None.Serhiy Storchaka2016-06-041-0/+9
|/
* pop the loop block even for infinite while loops (closes #23048)Benjamin Peterson2014-12-131-0/+11
* #17413: make sure settrace funcs get passed exception instances for 'value'.R David Murray2013-04-191-0/+23
* Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-0/+10
|\
| * merge 3.2 (#14612)Benjamin Peterson2012-04-181-0/+10
| |\
| | * Merge from 3.2Amaury Forgeot d'Arc2011-10-051-0/+10
| | |\
| | | * Issue #10990: Prevent tests from clobbering a set trace function.Brett Cannon2011-02-211-0/+10
| | | * Issue #9315: Renamed test_trace to test_sys_settrace andAlexander Belopolsky2010-07-251-0/+790
* | | Issue #16714: use 'raise' exceptions, don't 'throw'.Andrew Svetlov2012-12-181-1/+1
|/ /
* | SETUP_WITH acts like SETUP_FINALLY for the purposes of setting f_lineno (clos...Benjamin Peterson2012-04-181-0/+11
|/
* Enable the only tests for sys.gettraceAmaury Forgeot d'Arc2011-10-051-2/+2
* Merged revisions 83140-83141 via svnmerge fromAlexander Belopolsky2010-07-251-0/+790