[Python-checkins] python/dist/src/Python compile.c,2.310,2.311

anthonybaxter at users.sourceforge.net anthonybaxter at users.sourceforge.net
Mon Aug 2 13:08:18 CEST 2004


Update of /cvsroot/python/python/dist/src/Python
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15336/Python

Modified Files:
	compile.c 
Log Message:
fix for @decorators under a debug build.


Index: compile.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/compile.c,v
retrieving revision 2.310
retrieving revision 2.311
diff -C2 -d -r2.310 -r2.311
*** compile.c	2 Aug 2004 06:09:55 -0000	2.310
--- compile.c	2 Aug 2004 11:08:15 -0000	2.311
***************
*** 4026,4029 ****
--- 4026,4030 ----
  	REQ(varname, NAME);
  	com_addop_varname(c, VAR_LOAD, STR(varname));
+ 	com_push(c, 1);
  		
  	for (i = 1; i < nch; i += 2) {



More information about the Python-checkins mailing list