[Python-checkins] python/dist/src/Python ceval.c,2.330,2.331
mwh@users.sourceforge.net
mwh@users.sourceforge.net
Tue, 20 Aug 2002 08:43:19 -0700
Update of /cvsroot/python/python/dist/src/Python
In directory usw-pr-cvs1:/tmp/cvs-serv13063
Modified Files:
ceval.c
Log Message:
Comment typo repair.
Index: ceval.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/ceval.c,v
retrieving revision 2.330
retrieving revision 2.331
diff -C2 -d -r2.330 -r2.331
*** ceval.c 20 Aug 2002 15:19:14 -0000 2.330
--- ceval.c 20 Aug 2002 15:43:16 -0000 2.331
***************
*** 605,609 ****
executed. You might think this was obvious from the name, but
this wasn't always true before 2.3! PyFrame_New now sets
! f->f_lasti to -1 (i.e. the index *before* the first instruction
and YIELD_VALUE doesn't fiddle with f_lasti any more. So this
does work. Promise. */
--- 605,609 ----
executed. You might think this was obvious from the name, but
this wasn't always true before 2.3! PyFrame_New now sets
! f->f_lasti to -1 (i.e. the index *before* the first instruction)
and YIELD_VALUE doesn't fiddle with f_lasti any more. So this
does work. Promise. */