]> granicus.if.org Git - python/commit
Got rid of all the last_name_* bogosities. I don't think the
authorGuido van Rossum <guido@python.org>
Fri, 16 May 1997 14:23:33 +0000 (14:23 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 16 May 1997 14:23:33 +0000 (14:23 +0000)
commit3cca24570eeaa69e5cf4ce45e8fc92338ab56bc0
tree3987987185e998955eebf71075a5f5d0ec6a640c
parent3f11da0aafaad640ad6f01a576696fbbcd99597e
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.
Objects/dictobject.c