]> granicus.if.org Git - python/commit
Forget keeping track of whether a dictionary contains all interned
authorGuido van Rossum <guido@python.org>
Thu, 23 Jan 1997 19:39:29 +0000 (19:39 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 23 Jan 1997 19:39:29 +0000 (19:39 +0000)
commitca756f2a1d8353812223af380166c826ffefcc2c
tree346919a2a85c80df037d6028275d16621d0e86bf
parent4462e932590b3cf15ceff8d6ddd045aacaa6a12d
Forget keeping track of whether a dictionary contains all interned
string keys.  Just doing a pointer compare before the string compare
(in fact before the hash compare!) is just as fast.
Objects/dictobject.c
Objects/mappingobject.c