CVS: 'python/dist/src/Objects dictobject.c'

Guido van Rossum guido@monty.CNRI.Reston.Va.US
Fri, 16 May 1997 10:23:36 -0400


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

Modified Files:
	dictobject.c 
Log Message:
Got rid of all the last_name_* bogosities.  I don't think the
complexity saved much any more.  A simple benchmark (grail) showed
that there were 3 times as many misses as hits, and the same number of
times again the code was bypassed altogether due to the existence of
setattro/getattro.

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