CVS: 'python/dist/src/Python ceval.c'

Guido van Rossum guido@monty.CNRI.Reston.Va.US
Tue, 6 May 1997 11:06:52 -0400


Update of /projects/cvsroot/python/dist/src/Python
In directory monty:/usr/people/guido/python/src/Python

Modified Files:
	ceval.c 
Log Message:
Used operators from abstract.h where possible (arithmetic operators,
get/set/del item).  This removes a pile of duplication.  There's no
abstract operator for 'not' but I removed the function call for it
anyway -- it's a little faster in-line.

--Guido van Rossum (home page: http://www.python.org/~guido/)