Update of /projects/cvsroot/python/dist/src/Objects In directory eric:/projects/python/develop/guido/src/Objects Modified Files: abstract.c Log Message: Renamed a local variable from 'PyCFunction' (which is also a typedef in methodobject.h) to 'func'. /bin/cc on SunOS 4.x didn't grok this.