summaryrefslogtreecommitdiff
path: root/Lib/test/test_trace.py
diff options
context:
space:
mode:
authorMichael W. Hudson <mwh@python.net>2002-09-11 15:36:32 +0000
committerMichael W. Hudson <mwh@python.net>2002-09-11 15:36:32 +0000
commitf3def80257828b5f88258ddac1355aa97a36251f (patch)
tree0b8fbc62af4f3a876e6c1b5f79aae0e910b4fc10 /Lib/test/test_trace.py
parent4c52eea1e45d59bc79b2774724351bbf964fbcf3 (diff)
downloadcpython-f3def80257828b5f88258ddac1355aa97a36251f.tar.gz
A slight change to SET_LINENO-less tracing.
This makes things a touch more like 2.2. Read the comments in Python/ceval.c for more details.
Diffstat (limited to 'Lib/test/test_trace.py')
-rw-r--r--Lib/test/test_trace.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_trace.py b/Lib/test/test_trace.py
index eca8c16c96..314801d8bd 100644
--- a/Lib/test/test_trace.py
+++ b/Lib/test/test_trace.py
@@ -57,7 +57,7 @@ no_pop_tops.events = [(0, 'call'),
(3, 'line'),
(4, 'line'),
(2, 'line'),
- (6, 'return')]
+ (2, 'return')]
def no_pop_blocks():
while 0: