]> granicus.if.org Git - python/commit
dictresize(): Rebuild small tables if there are any dummies, not just if
authorTim Peters <tim.peters@gmail.com>
Thu, 24 May 2001 16:26:40 +0000 (16:26 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 24 May 2001 16:26:40 +0000 (16:26 +0000)
commitf8a548c23c13762ce739380c4d6f530b3297e16a
treece1f5078385f1258a69065ec8ea1ae834880150f
parent0c6010be75cf537e74dfa1584a19dae2247f903b
dictresize():  Rebuild small tables if there are any dummies, not just if
they're entirely full.  Not a question of correctness, but of temporarily
misplaced common sense.
Objects/dictobject.c