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.
This commit is contained in:
Michael W. Hudson 2002-09-11 15:36:32 +00:00
parent 519a342d79
commit 02ff6a9952
5 changed files with 59 additions and 12 deletions

View file

@ -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: