[Python-Dev] Checkins to Attic? (original) (raw)

Skip Montanaro skip@pobox.com
Mon, 24 Mar 2003 18:06:22 -0600


I noticed on the python-checkins list that several changes (newcompile.c and friends) were checked into what appears to be the Attic, e.g.:

Update of /cvsroot/python/python/dist/src/Python
In directory sc8-pr-cvs1:/tmp/cvs-serv2961/Python

Modified Files:
      Tag: ast-branch
        newcompile.c 
Log Message:
Redeclared stuff to stop wngs about signed-vs-unsigned mismatches.


Index: newcompile.c
===================================================================
RCS file: /cvsroot/python/python/dist/src/Python/Attic/newcompile.c,v
retrieving revision 1.1.2.23
retrieving revision 1.1.2.24

Note the RCS file above. Not all files were in the Attic though:

Update of /cvsroot/python/python/dist/src/Include
In directory sc8-pr-cvs1:/tmp/cvs-serv2961/Include

Modified Files:
      Tag: ast-branch
        compile.h 
Log Message:
Redeclared stuff to stop wngs about signed-vs-unsigned mismatches.


Index: compile.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Include/compile.h,v

I'm probably just missing something obvious, but I thought I'd ask.

Skip