[Python-checkins] python/dist/src/Lib/test test_trace.py,1.2,1.3
mwh@users.sourceforge.net
mwh@users.sourceforge.net
2002年9月11日 08:36:34 -0700
Update of /cvsroot/python/python/dist/src/Lib/test
In directory usw-pr-cvs1:/tmp/cvs-serv29209/Lib/test
Modified Files:
test_trace.py
Log Message:
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.
Index: test_trace.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/test_trace.py,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** test_trace.py 11 Sep 2002 14:47:51 -0000 1.2
--- test_trace.py 11 Sep 2002 15:36:32 -0000 1.3
***************
*** 58,62 ****
(4, 'line'),
(2, 'line'),
! (6, 'return')]
def no_pop_blocks():
--- 58,62 ----
(4, 'line'),
(2, 'line'),
! (2, 'return')]
def no_pop_blocks():