[Python-checkins] python/dist/src/Python newcompile.c, 1.1.2.71, 1.1.2.72

jhylton at users.sourceforge.net jhylton at users.sourceforge.net
Sat Feb 14 23:18:15 EST 2004


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

Modified Files:
      Tag: ast-branch
	newcompile.c 
Log Message:
Fixed.


Index: newcompile.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/Attic/newcompile.c,v
retrieving revision 1.1.2.71
retrieving revision 1.1.2.72
diff -C2 -d -r1.1.2.71 -r1.1.2.72
*** newcompile.c	15 Feb 2004 04:14:03 -0000	1.1.2.71
--- newcompile.c	15 Feb 2004 04:18:13 -0000	1.1.2.72
***************
*** 41,45 ****
       #: ref leaks in interpreter when press return on empty line
       #: yield or return outside a function don't raise a SyntaxError
-      #: LOAD_NAME is output instead of LOAD_GLOBAL
       #: line numbers are off a bit (may just need to add calls to set lineno)
       #: Modules/parsermodule.c:496: warning: implicit declaration 
--- 41,44 ----




More information about the Python-checkins mailing list